Fix full screen on OSX, well as fixed as its ever been. Apperently in render to main it always shown the FPS on the bottom in full screen.

This commit is contained in:
Braden
2013-03-17 20:58:43 -05:00
parent 8faefa3672
commit ae3c5a64cc
2 changed files with 17 additions and 7 deletions

View File

@ -31,7 +31,9 @@ public:
void UpdateFPSDisplay(const char *Text);
bool Create(void *&window_handle);
bool MakeCurrent();
void Shutdown();
void Shutdown();
void Update();
};
#endif