Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 28, 2011, 6:17:40 AM (13 years ago)
Author:
rgrieder
Message:

Fixed typo resulting in a crash ;(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/src/libraries/core/input/KeyBinder.cc

    r8001 r8002  
    436436                        {
    437437                            delete[] button->commands_[mode_index];
    438                             button->nCommands_[mode_index] = 0;
     438                            button->commands_[mode_index] = 0;
    439439                        }
    440440
Note: See TracChangeset for help on using the changeset viewer.