Update PyTaiko.py

This commit is contained in:
Yonokid
2025-12-27 23:20:06 -05:00
parent b1f9c4f2ac
commit d88c671e63

View File

@@ -311,6 +311,7 @@ def main():
screen_width = global_tex.screen_width screen_width = global_tex.screen_width
screen_height = global_tex.screen_height screen_height = global_tex.screen_height
set_config_flags()
ray.init_window(screen_width, screen_height, "PyTaiko") ray.init_window(screen_width, screen_height, "PyTaiko")
logger.info(f"Window initialized: {screen_width}x{screen_height}") logger.info(f"Window initialized: {screen_width}x{screen_height}")