Add RmlUi

This commit is contained in:
Zero
2026-06-10 16:12:51 +02:00
parent b1d5ea2253
commit d2b7ff5f43
1255 changed files with 270119 additions and 1362 deletions

View File

@@ -156,7 +156,7 @@ TileRenderer::TileRenderer( LevelSource* level, int xMin, int yMin, int zMin, un
this->zMin2 = zMin-2;
this->tileIds = tileIds;
cache = s_tlsCache;
std::memset(cache, 0, TILE_RENDERER_CACHE_SIZE * sizeof(unsigned int));
memset(cache, 0, TILE_RENDERER_CACHE_SIZE * sizeof(unsigned int));
}
TileRenderer::~TileRenderer() = default;