diff --git a/mesh/mesh.cpp b/mesh/mesh.cpp index b02aa90c..5075c4c9 100644 --- a/mesh/mesh.cpp +++ b/mesh/mesh.cpp @@ -613,7 +613,7 @@ public: { switch (keyCode) { - case 0x57: + case KEY_W: case GAMEPAD_BUTTON_A: wireframe = !wireframe; reBuildCommandBuffers();