From d88c671e63f446ad48e99256e925f9ad0120e56b Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Sat, 27 Dec 2025 23:20:06 -0500 Subject: [PATCH] Update PyTaiko.py --- PyTaiko.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PyTaiko.py b/PyTaiko.py index 5cfbcd8..b7b2084 100644 --- a/PyTaiko.py +++ b/PyTaiko.py @@ -311,6 +311,7 @@ def main(): screen_width = global_tex.screen_width screen_height = global_tex.screen_height + set_config_flags() ray.init_window(screen_width, screen_height, "PyTaiko") logger.info(f"Window initialized: {screen_width}x{screen_height}")