Skip to content

Commit

Permalink
Sort box corners correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas--S authored and SmallJoker committed Aug 4, 2017
1 parent 86c0b27 commit e63df5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script/common/c_converter.cpp
Expand Up @@ -306,6 +306,7 @@ aabb3f read_aabb3f(lua_State *L, int index, f32 scale)
box.MaxEdge.Z = lua_tonumber(L, -1) * scale;
lua_pop(L, 1);
}
box.repair();
return box;
}

Expand Down

0 comments on commit e63df5c

Please sign in to comment.