Selaa lähdekoodia

Removed debug print.

Lasse Öörni 12 vuotta sitten
vanhempi
sitoutus
8833a01ff9
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      Bin/Data/Scripts/Editor/EditorSceneWindow.as

+ 0 - 1
Bin/Data/Scripts/Editor/EditorSceneWindow.as

@@ -486,7 +486,6 @@ void SelectNode(Node@ node, bool multiselect)
 
 void SelectComponent(Component@ component, bool multiselect)
 {
-    Print("Here", true);
     if (component is null && !multiselect)
     {
         hierarchyList.ClearSelection();