You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments
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