1
0
Fork 0

Don't let the sine test tone plugin sleep

This commit is contained in:
Robbert van der Helm 2022-05-24 13:17:40 +02:00
parent f4f54029eb
commit 487ff3d566

View file

@ -185,7 +185,7 @@ impl Plugin for Sine {
} }
} }
ProcessStatus::Normal ProcessStatus::KeepAlive
} }
} }