mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
parent
08704ef4aa
commit
83f04993e8
@ -61,6 +61,7 @@ pub fn init() !void {
|
||||
for(storageList.*) |*val| {
|
||||
val.mesh = Atomic(?*chunk_meshing.ChunkMesh).init(null);
|
||||
val.rendered = false;
|
||||
val.active = false;
|
||||
}
|
||||
}
|
||||
for(&mapStorageLists) |*mapStorageList| {
|
||||
|
Loading…
x
Reference in New Issue
Block a user