[Clean] Fixing some more tab formatting.
This commit is contained in:
parent
d4966f1723
commit
d557c1ae30
@ -24,7 +24,6 @@ public:
|
|||||||
void AttachGame(Game* game) { _game = game; }
|
void AttachGame(Game* game) { _game = game; }
|
||||||
|
|
||||||
bool IsRunning(void) { return _isRunning; }
|
bool IsRunning(void) { return _isRunning; }
|
||||||
|
|
||||||
void SwapBuffers(void) { glXSwapBuffers(_display, _xWindow); }
|
void SwapBuffers(void) { glXSwapBuffers(_display, _xWindow); }
|
||||||
|
|
||||||
float GetElapsedSeconds(void);
|
float GetElapsedSeconds(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user