Exit function and N-Patch fix.

This commit is contained in:
jussi
2022-11-27 14:08:58 +02:00
parent c327a1ed55
commit deda5fb917
8 changed files with 92 additions and 40 deletions

View File

@@ -2099,6 +2099,7 @@ int ltexturesDrawTextureNPatch( lua_State *L ) {
Rectangle dest = uluaGetRectangle( L );
lua_pop( L, 1 );
NPatchInfo nPatchInfo = uluaGetNPatchInfo( L );
lua_pop( L, 1 );
size_t texId = lua_tointeger( L, -1 );