1
0
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:
Yuri Rubinsky
2024-06-20 13:37:16 +03:00
parent b75f0485ba
commit 3bbbedc144
3 changed files with 13 additions and 0 deletions

View File

@@ -612,6 +612,8 @@ public:
void edit(VisualShader *p_visual_shader);
Ref<VisualShader> get_visual_shader() const { return visual_shader; }
void validate_script();
VisualShaderEditor();
};