Browse Source

Small cleanup, fixed small typo.

pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
54f3dc3d99
  1. 2
      src/Contexts/Sdl2Context.h

2
src/Contexts/Sdl2Context.h

@ -100,7 +100,7 @@ class Sdl2Context: public AbstractContext {
/** /**
* @brief Key release event * @brief Key release event
* @param key Key release * @param key Key released
*/ */
virtual void keyReleaseEvent(Key key); virtual void keyReleaseEvent(Key key);

Loading…
Cancel
Save