rm useless check;

This commit is contained in:
bjorn 2024-04-07 13:31:36 -07:00
parent 98601b3425
commit e36374c4cf
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ Shape* luax_newcompoundshape(lua_State* L, int index) {
lua_rawgeti(L, -1, 1);
shapes[i] = luax_checkshape(L, -1);
lovrCheck(shapes[i], "Expected a Shape for CompoundShape entry #%d", i + 1);
lua_pop(L, 1);
int index = 2;