BryceMehring / GameEngine

C++ OpenGL Cross Platform Game Engine
7 stars 2 forks source link

Remove sleeping in renderer due to iconification #88

Closed BryceMehring closed 10 years ago

BryceMehring commented 10 years ago

Change the behavior of the renderer to return the minimized state rather than sleeping if minimized. This will have the added benefit of allowing games to be paused while the window is minimized.