mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 04:10:01 +01:00
added tr to color map combo items/when no filter selected doesn't apply filter
This commit is contained in:
@@ -159,7 +159,7 @@ void Playback::run() {
|
||||
} else if(cur[i].first == 2) {
|
||||
draw_plugin(frame, cur[i].second);
|
||||
}
|
||||
ac::ApplyColorMap(frame);
|
||||
if(ac::set_color_map > 0) ac::ApplyColorMap(frame);
|
||||
if(bright_ > 0) {
|
||||
ac::setBrightness(frame, 1.0, bright_);
|
||||
}
|
||||
@@ -172,7 +172,6 @@ void Playback::run() {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if(ac::set_color_map > 0) ac::ApplyColorMap(frame);
|
||||
msleep(duration);
|
||||
}
|
||||
mutex.lock();
|
||||
|
||||
Reference in New Issue
Block a user