Skip to content

Conversation

@iory
Copy link
Owner

@iory iory commented Dec 8, 2025

On macOS, pyglet.app.run() is not called, so the scheduled enable_rendering callback was never executed. This caused _allow_rendering to remain False, making on_draw() return early without rendering anything.

Enable rendering directly for macOS instead of scheduling it.

On macOS, pyglet.app.run() is not called, so the scheduled
enable_rendering callback was never executed. This caused
_allow_rendering to remain False, making on_draw() return
early without rendering anything.

Enable rendering directly for macOS instead of scheduling it.
@iory iory merged commit 5477d9c into main Dec 8, 2025
19 checks passed
@iory iory deleted the mac-os branch December 8, 2025 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants