mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
level
level showing up on items now, fix s19, improve performance, fix big issue on s5
This commit is contained in:
@@ -89,9 +89,11 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
extern inline int NumElementsPerChunk = 0x10000;
|
||||
|
||||
class FChunkedFixedUObjectArray
|
||||
{
|
||||
enum { NumElementsPerChunk = 64 * 1024, };
|
||||
// enum { NumElementsPerChunk = 64 * 1024, };
|
||||
|
||||
FUObjectItem** Objects;
|
||||
FUObjectItem* PreAllocatedObjects;
|
||||
|
||||
Reference in New Issue
Block a user