1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00
This commit is contained in:
Mathieu Garcia 2025-08-20 00:55:40 +08:00 committed by GitHub
commit 0520db5730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1383,6 +1383,10 @@ public:
if (auSupportsBypass)
{
updateBypass (processBlockBypassedCalled);
if (processBlockBypassedCalled)
{
return;
}
}
else if (processBlockBypassedCalled)
{