lucaspcram

Results 1 issues of lucaspcram

Currently `SDL_Delay` will never actually fire off because `previous_time` is reset to 0 every loop. So `time_elapsed` just keeps growing and growing. Making `previous_time` static allows it to correctly retain...