Merge pull request #221 from pluehne/issue-keyboard-input
Unrecognized keyboard input in mesh example on Linux
This commit is contained in:
commit
447f282f44
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ public:
|
|||
{
|
||||
switch (keyCode)
|
||||
{
|
||||
case 0x57:
|
||||
case KEY_W:
|
||||
case GAMEPAD_BUTTON_A:
|
||||
wireframe = !wireframe;
|
||||
reBuildCommandBuffers();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue