This commit is contained in:
Jared Bruni
2022-03-03 21:06:59 -08:00
parent 3c6e80b995
commit 13a8077a4e

View File

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