Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2013, 5:05:44 PM (10 years ago)
Author:
georgr
Message:

hardly any spazzing around from the accelerometer now - there is some lag, but it's negligible. no lag when shooting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wiimote/src/libraries/core/input/InputManager.cc

    r9876 r9890  
    440440
    441441        BOOST_FOREACH(InputDevice* device, devices_)
    442             if (device != NULL || device->getDeviceID()!=2)
     442            if (device != NULL)
    443443                device->update(time);
    444         devices_[2]->update(time);
     444
    445445
    446446
Note: See TracChangeset for help on using the changeset viewer.