diff options
| -rw-r--r-- | forward.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forward.lua b/forward.lua index af60f3f..3d5b95d 100644 --- a/forward.lua +++ b/forward.lua @@ -19,7 +19,7 @@ end end local function launcher() while true do local _, key, isheld = os.pullEvent"key" if not isheld and key == 67 then -- six seve n - p.launch(pitch, yaw, 4) + p.launch(yaw, pitch, 4) end end end |
