From c6ba6ea99d80089a2cf291258433392cd8fc0963 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Mon, 6 Jan 2025 16:38:11 +0100 Subject: [PATCH] fix startup crash when holding down Alt key --- Aquaria/SceneEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aquaria/SceneEditor.cpp b/Aquaria/SceneEditor.cpp index e809a67..18cd2c9 100644 --- a/Aquaria/SceneEditor.cpp +++ b/Aquaria/SceneEditor.cpp @@ -784,7 +784,7 @@ void SceneEditor::init() placer->alpha = 0; curElementId = 0; selectedEntity.clear(); - nextElement(); + cyclePlacer(1); const ElementTemplate *et = dsq->tilemgr.tileset.getIfExists(0); if(!et)