diff --git a/src/note.cpp b/src/note.cpp index 0a4a2f3..88daad6 100644 --- a/src/note.cpp +++ b/src/note.cpp @@ -411,13 +411,13 @@ UnityEngine::Transform* CustomModels::PreviewNotes(UnityEngine::Vector3 position auto parent = GetDefaultNotes()->transform; parent->SetParent(preview, false); - for (auto noteController : parent->GetComponentsInChildren()) { - UnityEngine::Object::DestroyImmediate(noteController); - } - ColorDefaultNotes(parent, MenuLeftColor(), MenuRightColor()); } + for (auto noteController : preview->GetComponentsInChildren()) { + UnityEngine::Object::DestroyImmediate(noteController); + } + RemoveLoadingGuard(); preview->SetPositionAndRotation(position, rotation);