Fix race condition when setting the quality scale while loading a model

This commit is contained in:
Mike Oliphant
2026-07-18 16:30:20 -07:00
parent 1bb859eec7
commit b0b720bc3c
2 changed files with 11 additions and 13 deletions
-1
View File
@@ -76,7 +76,6 @@ namespace NAM {
std::string currentModelPath;
float prevDCInput = 0;
float prevDCOutput = 0;
float qualityScale = 1.0f;
Plugin();
~Plugin();