This commit is contained in:
firestar5683
2026-08-13 16:02:05 -05:00
parent 16521d354e
commit c3ee472b19
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ OFFSCREEN = os.getenv("OFFSCREEN") == "1" # Disable FPS limiting for fast offli
def _raylib_target_fps(fps: int) -> int:
return 0 if OFFSCREEN or DEVICE_TYPE == "mici" else fps
return 0 if OFFSCREEN else fps
GL_VERSION = """
#version 300 es