Working on model loading and added poker table

This commit is contained in:
2021-05-09 14:38:08 -07:00
parent 4a3b6c2f98
commit 848f3cc3b8
30 changed files with 1789 additions and 38 deletions

View File

@ -44,7 +44,6 @@ bool gameUpdate(float platformDelta) {
void gameDispose() {
shaderDispose(GAME_STATE.shaderWorld);
worldDispose();
inputDispose();
renderDispose();
}