mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 03:39:59 +01:00
Fix
This commit is contained in:
@@ -255,6 +255,10 @@ void Playback::drawFilter(cv::Mat &frame, FilterValue &f) {
|
||||
if(single_mode == true &&
|
||||
ac::draw_strings[f.filter].find("SubFilter") != std::string::npos)
|
||||
return;
|
||||
|
||||
if(single_mode == false && ac::draw_strings[f.filter].find("SubFilter") != std::string::npos && f.subfilter == -1)
|
||||
return;
|
||||
|
||||
if(ac::getMaxAllocated() < 1080 && ac::draw_strings[f.filter].find("Intertwine") != std::string::npos)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user