This commit is contained in:
Jared Bruni
2021-09-04 11:07:41 -07:00
parent 59d0359f48
commit 9975d5d04d
2 changed files with 3 additions and 5 deletions

View File

@@ -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);