You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Simplify structure of preview text in visual shader editor
This commit is contained in:
@@ -70,7 +70,6 @@ class VisualShaderEditor : public VBoxContainer {
|
||||
PanelContainer *error_panel;
|
||||
Label *error_label;
|
||||
|
||||
PanelContainer *preview_panel;
|
||||
TextEdit *preview_text;
|
||||
|
||||
UndoRedo *undo_redo;
|
||||
@@ -153,7 +152,7 @@ class VisualShaderEditor : public VBoxContainer {
|
||||
void _update_custom_nodes();
|
||||
void _update_options_menu();
|
||||
|
||||
void _show_preview_panel();
|
||||
void _show_preview_text();
|
||||
void _update_preview();
|
||||
|
||||
static VisualShaderEditor *singleton;
|
||||
|
||||
Reference in New Issue
Block a user