UTF-8 Symbol Causes Errors on Linux
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ def controller():
|
|||||||
|
|
||||||
vx, vy = normalize_controller_input(vx, vy)
|
vx, vy = normalize_controller_input(vx, vy)
|
||||||
|
|
||||||
# Right stick X (rotation) — adjust axis index if needed
|
# Right stick X (rotation) - adjust axis index if needed
|
||||||
omega = joystick.get_axis(2)
|
omega = joystick.get_axis(2)
|
||||||
|
|
||||||
# Deadzone for rotation
|
# Deadzone for rotation
|
||||||
|
|||||||
Reference in New Issue
Block a user