Browse Source

copy-paste failure corrected.

undefined
Benlitz Sam Hocevar <sam@hocevar.net> 11 years ago
parent
commit
b6b490578e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/input/input.cpp

+ 1
- 0
src/input/input.cpp View File

@@ -46,6 +46,7 @@ InputDeviceInternal* InputDeviceInternal::CreateStandardKeyboard()
/* "value" is unused, what matters is the index. */
# define KEY_FUNC(key, value) \
keyboard->AddKey(#key);
# include "input/keys.h"
# undef KEY_FUNC
return keyboard;
}


Loading…
Cancel
Save