File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ public class WindowManager : EditorWindow {
77 static Type [ ] _desired_dock_next_toos = {
88 typeof ( RenderTextureConfiguratorWindow ) ,
99 typeof ( CameraSynchronisationWindow ) ,
10+ #if NEODROID_DEBUG
1011 typeof ( DebugWindow ) ,
12+ #endif
1113 typeof( SegmentationWindow ) ,
1214 typeof ( EnvironmentsWindow ) ,
1315 typeof ( TaskWindow ) ,
@@ -21,7 +23,9 @@ public static void ShowWindow() {
2123 //Show existing window instance. If one doesn't exist, make one.
2224 GetWindow < RenderTextureConfiguratorWindow > ( _desired_dock_next_toos ) ;
2325 GetWindow < CameraSynchronisationWindow > ( _desired_dock_next_toos ) ;
26+ #if NEODROID_DEBUG
2427 GetWindow < DebugWindow > ( _desired_dock_next_toos ) ;
28+ #endif
2529 GetWindow < SegmentationWindow > ( _desired_dock_next_toos ) ;
2630 GetWindow < EnvironmentsWindow > ( _desired_dock_next_toos ) ;
2731 GetWindow < TaskWindow > ( _desired_dock_next_toos ) ;
You can’t perform that action at this time.
0 commit comments