Fix the canProcessSampleSize() cache

This is what you get for carelessly copying and pasting.
This commit is contained in:
Robbert van der Helm
2021-05-06 18:55:01 +02:00
parent b6f96fc920
commit 578259a002
@@ -157,7 +157,7 @@ Vst3PluginProxyImpl::canProcessSampleSize(int32 symbolicSampleSize) {
true);
}
return *function_result_cache.parameter_count;
return it->second;
}
}