Compare commits

..

No commits in common. "1ba60c81690455549dbadce03649f1ecc6b27f51" and "77c0428112e4475fcaa6656979f291aa6593bb22" have entirely different histories.

2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -34,4 +34,3 @@
# IDE files
.idea/
cmake-build-debug/

View File

@ -156,7 +156,6 @@ void Game::run() {
keys[2] = isPressed;
break;
case SDLK_d:
keys[3] = isPressed;
break;
}
}