Skip to content

Commit 1c510f9

Browse files
Remove space from comments in scripting_player_input.rst
Co-authored-by: A Thousand Ships <[email protected]>
1 parent 0c0941e commit 1c510f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/step_by_step/scripting_player_input.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Comment out the lines ``var velocity = Vector2.UP.rotated(rotation) * speed`` an
109109

110110
.. code-tab:: cpp C++
111111

112-
// Vector2 velocity = Vector2(0, -1).rotated(get_rotation()) * speed;
112+
//Vector2 velocity = Vector2(0, -1).rotated(get_rotation()) * speed;
113113

114114
// set_position(get_position() + velocity * p_delta);
115115

0 commit comments

Comments
 (0)