ContentPackRuntime + refactor
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user