Skip to content

Commit

Permalink
Update KeyController.cpp
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vintagepc authored Dec 6, 2021
1 parent ebc7a80 commit 6770873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/KeyController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void KeyController::PutNiceKeyName(unsigned char key)
std::cout << "Up Arrow";
break;
case GLUT_KEY_DOWN | SPECIAL_KEY_MASK:
std::cout << "DOwn Arrow";
std::cout << "Down Arrow";
break;
default:
std::cout << key;
Expand Down

0 comments on commit 6770873

Please sign in to comment.