mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-13 10:20:01 +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) {
|
void Playback::setIndexChanged(std::string value) {
|
||||||
mutex.lock();
|
mutex.lock();
|
||||||
prev_filter = current_filter;
|
prev_filter = current_filter;
|
||||||
current_filter = filter_map_ex[value];
|
current_filter = filter_map[value];
|
||||||
// here:
|
// here:
|
||||||
//ac::release_all_objects();
|
//ac::release_all_objects();
|
||||||
alpha = 1.0;
|
alpha = 1.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user