Skip to content

Commit

Permalink
release, console shows at start for LOG of BTN
Browse files Browse the repository at this point in the history
  • Loading branch information
youis11 committed Dec 29, 2019
1 parent f8ed8b8 commit 02ff24e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Weep Engine/DebugScene.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class DebugScene : public Module
bool show_demo_window = false;
bool show_geometry_math_test = false;
bool show_random_generator = false;
bool show_debug_console = false;
bool show_debug_console = true;
bool show_resources = true;

bool to_save = false;
Expand Down
10 changes: 5 additions & 5 deletions Weep Engine/Game/imgui.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Window][tool_Bar]
Pos=-5,20
Size=1930,27
Size=1034,27
Collapsed=0

[Window][Debug##Default]
Pos=95,328
Size=1014,419
Pos=418,533
Size=611,232
Collapsed=0

[Window][About Weep Engine]
Expand All @@ -29,7 +29,7 @@ Size=412,158
Collapsed=0

[Window][Resources]
Pos=20,808
Size=1029,220
Pos=-1,533
Size=418,236
Collapsed=0

0 comments on commit 02ff24e

Please sign in to comment.