added slight delay

This commit is contained in:
lostjared
2018-03-18 10:47:10 -07:00
parent 74814f8e0e
commit 3d2eb4176d

View File

@@ -163,6 +163,7 @@ void Playback::run() {
} else if(cur[i].first == 2) {
draw_plugin(frame, cur[i].second);
}
msleep(duration/2);
}
mutex.lock();
if(ac::set_color_map > 0) ac::ApplyColorMap(frame);