Cleanup the engine since I won't do the brainfuck thing, then fix up the log a bit.
This commit is contained in:
parent
8edb37ceb4
commit
fdb3f24377
6 changed files with 11 additions and 159 deletions
|
@ -24,7 +24,7 @@ void SFMLGui::ImGui_update() {
|
|||
SFML::Update(window, deltaClock.restart());
|
||||
|
||||
SetNextWindowPos(ImVec2(0, 0));
|
||||
SetNextWindowSize(ImVec2(size.x, size.y / 2));
|
||||
SetNextWindowSize(ImVec2(size.x, size.y));
|
||||
|
||||
Begin("Build Status", &window_active_out);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue