add file dialog wrapper experiment flag
This commit is contained in:
@@ -382,6 +382,8 @@ void MasterEditor::DrawFileMenu() {
|
|||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Checkbox("Use built-in file dialog",
|
||||||
|
&mutable_flags()->kNewFileDialogWrapper);
|
||||||
Checkbox("Enable Console Logging", &mutable_flags()->kLogToConsole);
|
Checkbox("Enable Console Logging", &mutable_flags()->kLogToConsole);
|
||||||
Checkbox("Enable Texture Streaming",
|
Checkbox("Enable Texture Streaming",
|
||||||
&mutable_flags()->kLoadTexturesAsStreaming);
|
&mutable_flags()->kLoadTexturesAsStreaming);
|
||||||
|
|||||||
Reference in New Issue
Block a user