diff --git a/lib/cglm b/lib/cglm index 87f561fb..282ea84d 160000 --- a/lib/cglm +++ b/lib/cglm @@ -1 +1 @@ -Subproject commit 87f561fb06379f33f453780d2b366a0b84fa74eb +Subproject commit 282ea84dc0bd5e3331a08295d4ddda6ea39e443d diff --git a/src/sandbox/game.c b/src/sandbox/game.c index 239c0e37..c4b30f69 100644 --- a/src/sandbox/game.c +++ b/src/sandbox/game.c @@ -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);