mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-05 22:40:16 +01:00
updated
This commit is contained in:
@@ -292,7 +292,7 @@ void Playback::setPref(int thread_count, int intense) {
|
||||
void Playback::setIndexChanged(std::string value) {
|
||||
mutex.lock();
|
||||
prev_filter = current_filter;
|
||||
current_filter = filter_map_ex[value];
|
||||
current_filter = filter_map[value];
|
||||
// here:
|
||||
//ac::release_all_objects();
|
||||
alpha = 1.0;
|
||||
|
||||
Reference in New Issue
Block a user