Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1537


Ignore:
Timestamp:
Jun 4, 2008, 9:23:29 PM (16 years ago)
Author:
rgrieder
Message:
  • bug fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/input/InputManager.cc

    r1535 r1537  
    562562        keysDown_.clear();
    563563        mouseButtonsDown_.clear();
    564         joyStickButtonsDown_[0].clear();
     564        for (unsigned int i = 0; i < joySticksSize_; i++)
     565          joyStickButtonsDown_[i].clear();
    565566        state_ = IS_NODETECT;
    566567        stateRequest_ = savedState_;
Note: See TracChangeset for help on using the changeset viewer.