You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Rename EditorPropertyShaderMode to EditorPropertyVisualShaderMode
This commit is contained in:
@@ -6130,7 +6130,7 @@ EditorNode::EditorNode() {
|
||||
rmp.instantiate();
|
||||
EditorInspector::add_inspector_plugin(rmp);
|
||||
|
||||
Ref<EditorInspectorShaderModePlugin> smp;
|
||||
Ref<EditorInspectorVisualShaderModePlugin> smp;
|
||||
smp.instantiate();
|
||||
EditorInspector::add_inspector_plugin(smp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user