aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorAnton Yabchinskiy2015-01-21 12:03:29 +0300
committerAnton Yabchinskiy2015-01-21 12:03:29 +0300
commit6f93e6812edaf6c8c79c28dadbe5f1c4a8ced93e (patch)
tree70e49e718d13300738c45b0de1aee5afab9ddf31 /tools/editor/editor_node.cpp
parentfa38e9b838f32baedfca7a9250a76418b1872f5d (diff)
parentc6eabbbec5a9fec7a0d473fe67a544af3454c3d2 (diff)
downloadgodot-6f93e6812edaf6c8c79c28dadbe5f1c4a8ced93e.tar.gz
godot-6f93e6812edaf6c8c79c28dadbe5f1c4a8ced93e.tar.zst
godot-6f93e6812edaf6c8c79c28dadbe5f1c4a8ced93e.zip
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index 005bb0958..6ff16e661 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -4035,7 +4035,8 @@ EditorNode::EditorNode() {
add_editor_plugin( memnew( ScriptEditorPlugin(this) ) );
add_editor_plugin( memnew( EditorHelpPlugin(this) ) );
add_editor_plugin( memnew( AnimationPlayerEditorPlugin(this) ) );
- add_editor_plugin( memnew( ShaderGraphEditorPlugin(this) ) );
+ add_editor_plugin( memnew( ShaderGraphEditorPlugin(this,true) ) );
+ add_editor_plugin( memnew( ShaderGraphEditorPlugin(this,false) ) );
add_editor_plugin( memnew( ShaderEditorPlugin(this,true) ) );
add_editor_plugin( memnew( ShaderEditorPlugin(this,false) ) );
add_editor_plugin( memnew( CameraEditorPlugin(this) ) );