ContentPackRuntime + refactor

This commit is contained in:
MihailRis
2024-02-08 20:53:12 +03:00
parent 54e6d49847
commit 241d15e349
22 changed files with 224 additions and 169 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ Chunks::Chunks(int w, int d,
WorldFiles* wfile,
LevelEvents* events,
const Content* content)
: content(content),
contentIds(content->getIndices()),
: contentIds(content->getIndices()),
chunks(w*d),
chunksSecond(w*d),
w(w), d(d), ox(ox), oz(oz),