set log to debugger flag to true

This commit is contained in:
scawful
2024-04-19 19:04:57 -04:00
parent ecf9c7c415
commit dc91c91c39

View File

@@ -32,7 +32,7 @@ class ExperimentFlags {
bool kUseBitmapManager = true;
// Log instructions to the GUI debugger.
bool kLogInstructions = false;
bool kLogInstructions = true;
// Flag to enable ImGui input config flags. Currently is
// handled manually by controller class but should be