diff --git a/Aquaria/SceneEditor.cpp b/Aquaria/SceneEditor.cpp index a41264c..ed7c8fc 100644 --- a/Aquaria/SceneEditor.cpp +++ b/Aquaria/SceneEditor.cpp @@ -2513,7 +2513,7 @@ void SceneEditor::update(float dt) } } - if (sel >= 0 || ismulti) + if (sel >= 0 || ismulti || state != ES_SELECTING) placer->alpha = 0; else placer->alpha = 0.5;