diff options
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textures.c b/src/textures.c index 7cc423a..0b1a198 100644 --- a/src/textures.c +++ b/src/textures.c @@ -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 ); |
