Merge pull request #64468 from aaronfranke/editor-prop-visual-shader-mode

Rename `EditorPropertyShaderMode` to `EditorPropertyVisualShaderMode`
This commit is contained in:
Clay John 2022-08-18 14:14:12 -06:00 committed by GitHub
commit d60db2dba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 16 deletions

View file

@ -6151,7 +6151,7 @@ EditorNode::EditorNode() {
rmp.instantiate();
EditorInspector::add_inspector_plugin(rmp);
Ref<EditorInspectorShaderModePlugin> smp;
Ref<EditorInspectorVisualShaderModePlugin> smp;
smp.instantiate();
EditorInspector::add_inspector_plugin(smp);
}