mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
fixed
This commit is contained in:
@@ -435,11 +435,9 @@ void Playback::run() {
|
||||
mutex.unlock();
|
||||
|
||||
if(single_mode == true && alpha > 0) {
|
||||
mutex.lock();
|
||||
if(fadefilter == true) filterFade(frame, current_filter, prev_filter, alpha);
|
||||
drawEffects(frame);
|
||||
alpha -= 0.08;
|
||||
mutex.unlock();
|
||||
alpha = alpha-0.08;
|
||||
} else if(single_mode == true) {
|
||||
mutex.lock();
|
||||
ac::setSubFilter(-1);
|
||||
|
||||
Reference in New Issue
Block a user