You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix visual shader not being updated when switching tabs
This commit is contained in:
@@ -612,6 +612,8 @@ public:
|
||||
void edit(VisualShader *p_visual_shader);
|
||||
Ref<VisualShader> get_visual_shader() const { return visual_shader; }
|
||||
|
||||
void validate_script();
|
||||
|
||||
VisualShaderEditor();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user