Code style fixes.
This commit is contained in:
@@ -902,7 +902,7 @@ void read_content_features(lua_State *L, ContentFeatures &f, int index)
|
||||
lua_getfield(L, index, "selection_box");
|
||||
if(lua_istable(L, -1))
|
||||
f.selection_box = read_nodebox(L, -1);
|
||||
lua_pop(L, 1);
|
||||
lua_pop(L, 1);
|
||||
|
||||
lua_getfield(L, index, "collision_box");
|
||||
if(lua_istable(L, -1))
|
||||
|
||||
Reference in New Issue
Block a user