mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-18 21:00:13 +01:00
added slight delay
This commit is contained in:
@@ -163,6 +163,7 @@ void Playback::run() {
|
|||||||
} else if(cur[i].first == 2) {
|
} else if(cur[i].first == 2) {
|
||||||
draw_plugin(frame, cur[i].second);
|
draw_plugin(frame, cur[i].second);
|
||||||
}
|
}
|
||||||
|
msleep(duration/2);
|
||||||
}
|
}
|
||||||
mutex.lock();
|
mutex.lock();
|
||||||
if(ac::set_color_map > 0) ac::ApplyColorMap(frame);
|
if(ac::set_color_map > 0) ac::ApplyColorMap(frame);
|
||||||
|
|||||||
Reference in New Issue
Block a user