From 8f3e05f933cd105ee8ed8bca332bb7798b235d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tur=C3=A1nszki=20J=C3=A1nos?= Date: Wed, 14 Jan 2026 13:16:17 +0100 Subject: [PATCH] editor terrain preset weather fix --- Editor/TerrainWindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Editor/TerrainWindow.cpp b/Editor/TerrainWindow.cpp index bab5f0ea0..66a065274 100644 --- a/Editor/TerrainWindow.cpp +++ b/Editor/TerrainWindow.cpp @@ -924,6 +924,8 @@ void TerrainWindow::Create(EditorComponent* _editor) wi::allocator::shared_ptr terrain_voronoi = wi::allocator::make_shared_single(); terrain->modifiers.emplace_back() = terrain_voronoi; + editor->GetCurrentEditorScene().scene.weathers.Clear(); + perlin->Bind(terrain_perlin.get()); voronoi->Bind(terrain_voronoi.get()); AddModifier(perlin);