Update Synth.cpp

This commit is contained in:
Paul Ferrand 2021-07-27 17:13:37 +02:00 committed by GitHub
parent aeb17c1fca
commit 720a3a05fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -637,8 +637,6 @@ void Synth::Impl::finalizeSfzLoad()
if (allZeros) {
region.sampleId.reset(new FileId("*silence"));
region.hasWavetableSample = false;
} else {
region.hasWavetableSample &= true;
}
}
}