mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-24 13:42:06 +00:00
Fixed a crash related to AABB Tree children counts exceeding the maximum limit
This commit is contained in:
@@ -63,6 +63,8 @@ namespace BSP
|
||||
{
|
||||
constexpr unsigned int MAX_COLLISION_VERTS = UINT16_MAX;
|
||||
|
||||
constexpr size_t MAX_AABB_TREE_CHILDREN = 128;
|
||||
|
||||
enum BSPDefaultLights
|
||||
{
|
||||
STATIC_LIGHT_INDEX = 0,
|
||||
|
||||
Reference in New Issue
Block a user