You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user