1
0
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:
Yuri Roubinski
2019-08-25 09:22:09 +03:00
parent 38ba150800
commit 494ea78610
2 changed files with 13 additions and 10 deletions

View File

@@ -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;