Updated CGLM

This commit is contained in:
2021-11-22 09:21:29 -08:00
parent 8a77b39e07
commit a4198e8396
2 changed files with 1 additions and 3 deletions

View File

@ -18,8 +18,6 @@ bool gameUpdate(game_t *game, float delta) {
// Let the engine do its thing.
engineUpdateStart(&game->engine, delta);
//
printf("All work and no play makes Dom a sad boy.\n");
// Hand back to the engine.
return engineUpdateEnd(&game->engine);