Misc. typos
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
This commit is contained in:
parent
0d04fb76e1
commit
08bde5b2de
81 changed files with 123 additions and 123 deletions
|
|
@ -663,7 +663,7 @@ void AnimationNodeStateMachineEditor::_state_machine_draw() {
|
|||
|
||||
transition_lines.clear();
|
||||
|
||||
//draw conecting line for potential new transition
|
||||
//draw connecting line for potential new transition
|
||||
if (connecting) {
|
||||
Vector2 from = (state_machine->get_node_position(connecting_from) * EDSCALE) - state_machine->get_graph_offset() * EDSCALE;
|
||||
Vector2 to;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue