You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Removed unnecessary assignments
This commit is contained in:
@@ -258,7 +258,6 @@ void FindReplaceBar::_get_search_from(int &r_line, int &r_col) {
|
||||
int selection_from_col = text_edit->get_selection_from_column();
|
||||
|
||||
if (r_col >= selection_from_col && r_col <= text_edit->get_selection_to_column()) {
|
||||
r_col = selection_line;
|
||||
r_col = selection_from_col;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user