Updated CGLM
This commit is contained in:
2
lib/cglm
2
lib/cglm
Submodule lib/cglm updated: 87f561fb06...282ea84dc0
@ -18,8 +18,6 @@ bool gameUpdate(game_t *game, float delta) {
|
|||||||
// Let the engine do its thing.
|
// Let the engine do its thing.
|
||||||
engineUpdateStart(&game->engine, delta);
|
engineUpdateStart(&game->engine, delta);
|
||||||
|
|
||||||
//
|
|
||||||
printf("All work and no play makes Dom a sad boy.\n");
|
|
||||||
|
|
||||||
// Hand back to the engine.
|
// Hand back to the engine.
|
||||||
return engineUpdateEnd(&game->engine);
|
return engineUpdateEnd(&game->engine);
|
||||||
|
Reference in New Issue
Block a user