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
AppStates are bound to an sf::RenderWindow upon construction, however it would make more sense if the sf::RenderWindow were passed to onRender() instead so that, for example, the same AppState could be rendered to multiple different rendering targets. After all, the only time an AppState ever needs to know about its render target is in onRender().
The text was updated successfully, but these errors were encountered:
AppState
s are bound to ansf::RenderWindow
upon construction, however it would make more sense if thesf::RenderWindow
were passed toonRender()
instead so that, for example, the sameAppState
could be rendered to multiple different rendering targets. After all, the only time anAppState
ever needs to know about its render target is inonRender()
.The text was updated successfully, but these errors were encountered: