Changeset 7942 for code/branches/kicklib/src/libraries/core/input
- Timestamp:
- Feb 21, 2011, 2:37:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/src/libraries/core/input/KeyBinder.cc
r7891 r7942 396 396 397 397 // iterate over all modes 398 for ( size_t mode_index = 0; mode_index < 3; ++mode_index)398 for (int mode_index = 0; mode_index < 3; ++mode_index) 399 399 { 400 400 if (mode_index == new_mode) // skip commands that are already in the desired mode
Note: See TracChangeset
for help on using the changeset viewer.