neingeist
/
cscape
Archived
1
0
Fork 0

🐛 fix timing

master
neingeist 4 years ago
parent c891b125ce
commit 9f9448faf1

@ -113,7 +113,7 @@ void fly(SDL_Surface *screen) {
if(SDL_MUSTLOCK(screen)) SDL_UnlockSurface(screen);
SDL_UpdateRect(screen, 0, 0, WIDTH, HEIGHT);
usleep(1000/25);
usleep(1000*1000/25);
}
int main(void) {