You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Handle built-in shaders when closing scene
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user