refactor: remove aabb tls

This commit is contained in:
orng
2026-03-28 03:05:06 -05:00
parent 7101d03c6a
commit a0be2e2fb5
19 changed files with 0 additions and 98 deletions

View File

@@ -794,7 +794,6 @@ void oldWinMainInit() {
// Initialise TLS for tesselator, for this main thread
Tesselator::CreateNewThreadStorage(1024 * 1024);
// Initialise TLS for AABB and Vec3 pools, for this main thread
AABB::CreateNewThreadStorage();
OldChunkStorage::CreateNewThreadStorage();
Level::enableLightingCache();
Tile::CreateNewThreadStorage();