You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Misc. typos
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user