Quick little tweak to make the build speed up while a build is running.

This commit is contained in:
Zed A. Shaw 2025-04-23 10:45:36 -04:00
parent 94c9cd75a8
commit d1c2352237
4 changed files with 14 additions and 112 deletions

View file

@ -24,7 +24,7 @@ class GUI {
void output(const string msg);
void update_status(GameEngine &game, size_t line_length, bool is_error);
void configure_status_shader(size_t line_length, bool is_error);
void configure_status_shader(int speedup, bool is_error);
void startup();
bool is_open() { return $window.isOpen(); }