[nostalgia] Address CLion recommendations

This commit is contained in:
2021-02-26 08:55:40 -06:00
parent d50551cc74
commit 44f4d67c80
14 changed files with 53 additions and 78 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ void setEventHandler(event_handler h) {
}
uint64_t ticksMs() {
return SDL_GetTicks();;
return SDL_GetTicks();
}
bool buttonDown(Key) {