1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Enhanced preview for a visual shader to show errors

This commit is contained in:
Yuri Roubinski
2019-08-25 08:42:21 +03:00
parent f2777c04c3
commit 7f350a2c71
2 changed files with 51 additions and 4 deletions

View File

@@ -70,7 +70,10 @@ class VisualShaderEditor : public VBoxContainer {
PanelContainer *error_panel;
Label *error_label;
bool shader_error;
VBoxContainer *preview_vbox;
TextEdit *preview_text;
Label *error_text;
UndoRedo *undo_redo;
Point2 saved_node_pos;