comment out flags tab in editor (#727)

Co-authored-by: roeming <roeming@users.noreply.github.com>
This commit is contained in:
roeming
2026-05-08 20:56:38 -04:00
committed by GitHub
parent 34e10d3844
commit 78179eb93f
+3 -3
View File
@@ -1881,9 +1881,9 @@ EditorWindow::EditorWindow() {
}
});
add_tab("Flags", [this](Rml::Element* content) {
// TODO
});
//add_tab("Flags", [this](Rml::Element* content) {
// // TODO
//});
add_tab("Minigame", [this](Rml::Element* content) {
auto& leftPane = add_child<Pane>(content, Pane::Type::Controlled);