Cleanup the engine since I won't do the brainfuck thing, then fix up the log a bit.

This commit is contained in:
Zed A. Shaw 2024-09-02 16:13:21 -04:00
parent 8edb37ceb4
commit fdb3f24377
6 changed files with 11 additions and 159 deletions

View file

@ -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);