From 1894157c9fab05984428d83a743b0fe1d720c80c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 26 Aug 2017 00:40:45 -0300 Subject: -Massive clean up to gizmos -Make sure handles are always visible (on top) -Fixed instanced scene selection (should work properly now) -Added interpolated camera -Customizable gizmo colors in editor settings --- scene/3d/room_instance.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scene/3d/room_instance.cpp') diff --git a/scene/3d/room_instance.cpp b/scene/3d/room_instance.cpp index 3e6a8d3c38..81ddf4a667 100644 --- a/scene/3d/room_instance.cpp +++ b/scene/3d/room_instance.cpp @@ -31,6 +31,7 @@ #include "servers/visual_server.h" +#if 0 #include "geometry.h" #include "project_settings.h" #include "scene/resources/surface_tool.h" @@ -158,3 +159,4 @@ Room::Room() { Room::~Room() { } +#endif -- cgit v1.2.3