mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix typos in code and docs with codespell
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
This commit is contained in:
parent
a1c08b7109
commit
9f479f096c
138 changed files with 405 additions and 405 deletions
|
@ -177,7 +177,7 @@ void CurveEditor::on_gui_input(const Ref<InputEvent> &p_event) {
|
|||
set_hover_point_index(i);
|
||||
set_selected_point(i);
|
||||
|
||||
// This is to prevent the user from loosing a point out of view.
|
||||
// This is to prevent the user from losing a point out of view.
|
||||
if (point_pos.y < curve.get_min_value())
|
||||
point_pos.y = curve.get_min_value();
|
||||
else if (point_pos.y > curve.get_max_value())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue