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