mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-05 22:40:16 +01:00
fixed bug
This commit is contained in:
@@ -476,13 +476,13 @@ void Playback::run() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(single_mode == true && alpha > 0) {
|
if(single_mode == true && alpha > 0) {
|
||||||
if(fadefilter == true) filterFade(frame, current_filterxv, prev_filterx, alpha);
|
if(fadefilter == true) filterFade(frame, current_filter, prev_filter, alpha);
|
||||||
drawEffects(frame);
|
drawEffects(frame);
|
||||||
alpha = alpha-0.08;
|
alpha = alpha-0.08;
|
||||||
} else if(single_mode == true) {
|
} else if(single_mode == true) {
|
||||||
ac::setSubFilter(-1);
|
ac::setSubFilter(-1);
|
||||||
ac::in_custom = false;
|
ac::in_custom = false;
|
||||||
drawFilter(frame, current_filterxv);
|
drawFilter(frame, current_filter);
|
||||||
drawEffects(frame);
|
drawEffects(frame);
|
||||||
msleep(duration);
|
msleep(duration);
|
||||||
} else if(cur.size()>0) {
|
} else if(cur.size()>0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user