Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Aug 16, 2024
1 parent 8aef5c9 commit c87089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ant.resource_manager/src/textureman.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ltexture_get(lua_State *L) {
g_texture_timestamp[id - 1] = g_frame;
int luahandle = (BGFX_HANDLE_TEXTURE << 16) | handle;
lua_pushinteger(L, luahandle);
return 2;
return 1;
}

static int
Expand Down

0 comments on commit c87089c

Please sign in to comment.