diff options
Diffstat (limited to 'editor/plugins/shader_editor_plugin.h')
-rw-r--r-- | editor/plugins/shader_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/shader_editor_plugin.h b/editor/plugins/shader_editor_plugin.h index 073b0ee192..ea50d62b8f 100644 --- a/editor/plugins/shader_editor_plugin.h +++ b/editor/plugins/shader_editor_plugin.h @@ -55,6 +55,7 @@ class ShaderEditorPlugin : public EditorPlugin { TextShaderEditor *shader_editor = nullptr; VisualShaderEditor *visual_shader_editor = nullptr; String path; + String name; }; LocalVector<EditedShader> edited_shaders; |