Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5533


Ignore:
Timestamp:
May 24, 2009, 6:11:37 PM (15 years ago)
Author:
landauf
Message:

Changed signs for the yaw rotation.

If you're working in the trunk, change your keybindings.
If you're working in a branch, keep your keybindings.

If you do it wrong, the left/right rotation will be inverted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/defaultConfig/keybindings.ini

    r5531 r5533  
    161161
    162162[MouseAxes]
    163 MouseXNeg="scale -1 rotateYaw"
    164 MouseXPos="scale 1 rotateYaw"
     163MouseXNeg="scale 1 rotateYaw"
     164MouseXPos="scale -1 rotateYaw"
    165165MouseYNeg="scale -1 rotatePitch"
    166166MouseYPos="scale 1 rotatePitch"
Note: See TracChangeset for help on using the changeset viewer.