Rename EditorPropertyShaderMode to EditorPropertyVisualShaderMode

This commit is contained in:
Aaron Franke 2022-08-15 14:39:53 -05:00
parent 4dbb6ecc21
commit 4396f03b70
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
3 changed files with 16 additions and 16 deletions

View file

@ -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);
}