experimental optimizations

This commit is contained in:
MihailRis
2024-01-24 18:23:48 +03:00
parent f0fbceb0af
commit 4ea36f8996
3 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public:
void clear();
void prebuildSkyLight(int cx, int cz);
void buildSkyLight(int cx, int cz);
void onChunkLoaded(int cx, int cz);
void onChunkLoaded(int cx, int cz, bool expand);
void onBlockSet(int x, int y, int z, int id);
};