Rest of shapes draw functions.

This commit is contained in:
jussi
2022-06-12 23:20:10 +03:00
parent 9dd3fa10ce
commit 4cb361733e
13 changed files with 1038 additions and 18 deletions

View File

@@ -2140,7 +2140,6 @@ int lmodelsUpdateModelAnimation( lua_State *L ) {
lua_pushboolean( L, false );
return 1;
}
UpdateModelAnimation( *state->models[ modelId ], state->animations[ animId ]->animations[ lua_tointeger( L, -2 ) ], frame );
lua_pushboolean( L, true );