You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Small performance fix for preview in visual shader
This commit is contained in:
@@ -70,6 +70,7 @@ class VisualShaderEditor : public VBoxContainer {
|
||||
PanelContainer *error_panel;
|
||||
Label *error_label;
|
||||
|
||||
bool pending_update_preview;
|
||||
bool shader_error;
|
||||
VBoxContainer *preview_vbox;
|
||||
TextEdit *preview_text;
|
||||
|
||||
Reference in New Issue
Block a user