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/portal.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scene/3d/portal.cpp') diff --git a/scene/3d/portal.cpp b/scene/3d/portal.cpp index d77dde1dd8..f79f7f6949 100644 --- a/scene/3d/portal.cpp +++ b/scene/3d/portal.cpp @@ -32,6 +32,7 @@ #include "scene/resources/surface_tool.h" #include "servers/visual_server.h" +#if 0 bool Portal::_set(const StringName &p_name, const Variant &p_value) { if (p_name == "shape") { @@ -226,3 +227,4 @@ Portal::~Portal() { VisualServer::get_singleton()->free(portal); } +#endif -- cgit v1.2.3