Fixed unrecognized keyboard input in mesh example.
This commit is contained in:
parent
f4cc6bf5a4
commit
031e58428c
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ public:
|
||||||
{
|
{
|
||||||
switch (keyCode)
|
switch (keyCode)
|
||||||
{
|
{
|
||||||
case 0x57:
|
case KEY_W:
|
||||||
case GAMEPAD_BUTTON_A:
|
case GAMEPAD_BUTTON_A:
|
||||||
wireframe = !wireframe;
|
wireframe = !wireframe;
|
||||||
reBuildCommandBuffers();
|
reBuildCommandBuffers();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue