summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-11-27 18:03:33 -0300
committerJuan Linietsky <reduzio@gmail.com>2018-11-27 18:05:20 -0300
commite6bc152de8dd2b6b5d58cf2da31606e044a5f49d (patch)
treefa3b35c0abd9a283e5b72a0f0eb7d210992810cc /editor/editor_node.cpp
parent6e1255ec53172390e89b82c12f2519be4d0ab994 (diff)
NORMALMAP was not working (no normal being used detected), fixes #9263
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 40a7b8310f..8f9c91c008 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -1452,7 +1452,7 @@ void EditorNode::_edit_current() {
bool is_node = current_obj->is_class("Node");
String editable_warning; //none by default
-
+
if (is_resource) {
Resource *current_res = Object::cast_to<Resource>(current_obj);