Audio and shapes now use new argumet style.

This commit is contained in:
jussi
2023-04-07 21:24:14 +03:00
parent 22f70cf06f
commit 6dad6544d7
7 changed files with 367 additions and 464 deletions

View File

@@ -154,7 +154,6 @@ int ltexturesLoadImage( lua_State *L ) {
int i = newImage();
*state->images[i] = LoadImage( lua_tostring( L, 1 ) );
lua_pushinteger( L, i );
return 1;
}
else {