From 87bac4d7010fdb278fcd8f28591529ea17706eee Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Wed, 2 Aug 2023 15:34:45 -0400 Subject: [PATCH] Code formatting --- Editor/src/Windows/EditorSelectionPanel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Editor/src/Windows/EditorSelectionPanel.cpp b/Editor/src/Windows/EditorSelectionPanel.cpp index beea8016..729fea74 100644 --- a/Editor/src/Windows/EditorSelectionPanel.cpp +++ b/Editor/src/Windows/EditorSelectionPanel.cpp @@ -13,6 +13,7 @@ #include "src/Scene/Components/WrenScriptComponent.h" #include "src/Scene/Components/ParticleEmitterComponent.h" + EditorSelectionPanel::EditorSelectionPanel() { }