Skip to content

Commit e63df5c

Browse files
Thomas--SSmallJoker
authored andcommittedAug 4, 2017
Sort box corners correctly
1 parent 86c0b27 commit e63df5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/script/common/c_converter.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ aabb3f read_aabb3f(lua_State *L, int index, f32 scale)
306306
box.MaxEdge.Z = lua_tonumber(L, -1) * scale;
307307
lua_pop(L, 1);
308308
}
309+
box.repair();
309310
return box;
310311
}
311312

0 commit comments

Comments
 (0)
Please sign in to comment.