video.c : recompute_speed even if we skip frame, makes wav's output same for any frameskip (nw)

This commit is contained in:
Miodrag Milanovic 2013-07-01 12:03:04 +00:00
parent 2841ec76cc
commit 4e2f42adcf

View File

@ -262,7 +262,7 @@ void video_manager::frame_update(bool debug)
update_frameskip();
// update speed computations
if (!debug && !skipped_it)
if (!debug)
recompute_speed(current_time);
// call the end-of-frame callback