You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow we broke the laziness of Text objects. You used to be able to create them before the window.
Could be that shadow window changes affected this indirectly. There was an explicit test added in the initializer to hard fail if no window was active.
The text was updated successfully, but these errors were encountered:
It's definitely not the easiest task. It would involve delaying the internal creation of the pyglet label and that adds a lot of other challenges. I suspect it worked in the past because we had the pyglet shadow window enabled so you would have an OpenGL context before the window was created. This is not supported on all platforms so we decided to just not enable it.
Somehow we broke the laziness of Text objects. You used to be able to create them before the window.
Could be that shadow window changes affected this indirectly. There was an explicit test added in the initializer to hard fail if no window was active.
The text was updated successfully, but these errors were encountered: