mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Rename EditorPropertyShaderMode to EditorPropertyVisualShaderMode
This commit is contained in:
parent
4dbb6ecc21
commit
4396f03b70
3 changed files with 16 additions and 16 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue