add file dialog wrapper experiment flag

This commit is contained in:
scawful
2024-05-28 12:46:01 -04:00
parent e6993787e7
commit 724d125809

View File

@@ -382,6 +382,8 @@ void MasterEditor::DrawFileMenu() {
ImGui::EndMenu();
}
Checkbox("Use built-in file dialog",
&mutable_flags()->kNewFileDialogWrapper);
Checkbox("Enable Console Logging", &mutable_flags()->kLogToConsole);
Checkbox("Enable Texture Streaming",
&mutable_flags()->kLoadTexturesAsStreaming);