Browse Source

Merge pull request #4752 from volzhs/fix-signal-error

fix error when open project and close editor
Rémi Verschelde 9 years ago
parent
commit
ec7c36aa3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/editor/plugins/shader_graph_editor_plugin.h

+ 1 - 1
tools/editor/plugins/shader_graph_editor_plugin.h

@@ -118,7 +118,7 @@ public:
 
 class ShaderGraphView : public Control {
 
-	OBJ_TYPE(ShaderGraphView,Node);
+	OBJ_TYPE(ShaderGraphView,Control);