feat: updated editor

This commit is contained in:
Sara Gerretsen 2025-12-07 14:56:06 +01:00
parent b34362c7ae
commit 308572e21e
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ void TerrainChunk::ready() {
void TerrainChunk::on_terrain_changed() {
if (this->generator) {
Vector3 const position{ get_global_position() };
this->meshes.resize_zeroed(3);
this->meshes.resize_initialized(3);
size_t lod{ 0 };
if (this->collisions) {
this->collisions->queue_free();