set log to debugger flag to true
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user