diff options
Diffstat (limited to 'scene/gui/graph_edit.cpp')
-rw-r--r-- | scene/gui/graph_edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/graph_edit.cpp b/scene/gui/graph_edit.cpp index 646757008a..2a1e2d99b3 100644 --- a/scene/gui/graph_edit.cpp +++ b/scene/gui/graph_edit.cpp @@ -382,7 +382,7 @@ void GraphEdit::_update_scroll_offset() { set_block_minimum_size_adjust(false); awaiting_scroll_offset_update = false; - // In Godot, signals on value change are avoided by convention. + // In Redot, signals on value change are avoided by convention. if (!setting_scroll_offset) { emit_signal(SNAME("scroll_offset_changed"), get_scroll_offset()); } |