fix corrupted voxel reset
This commit is contained in:
parent
f5868b65f0
commit
43f54c38ec
@ -58,7 +58,7 @@ static void check_voxels(const ContentIndices& indices, Chunk& chunk) {
|
|||||||
abort();
|
abort();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
chunk.voxels[i].id = BLOCK_AIR;
|
chunk.voxels[i] = {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user