Added some basic font rendering and texas holdem
This commit is contained in:
@ -61,7 +61,7 @@ int32_t main() {
|
||||
// Tick the engine.
|
||||
if(!gameUpdate(fDelta)) break;
|
||||
glfwSwapBuffers(window);
|
||||
sleep(0);
|
||||
sleep(0);//Fixes some weird high CPU bug, not actually necessary.
|
||||
}
|
||||
|
||||
// Game has finished running, cleanup.
|
||||
|
Reference in New Issue
Block a user