mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Docs: Update language to be more diplomatic
This commit is contained in:
parent
83e5264c86
commit
e465b71188
9 changed files with 34 additions and 17 deletions
|
|
@ -398,8 +398,8 @@ public:
|
|||
// if this fails, the host hasn't called resume() before processing
|
||||
jassert (isProcessing);
|
||||
|
||||
// (tragically, some hosts actually need this, although it's stupid to have
|
||||
// to do it here.)
|
||||
// (tragically, some hosts actually need this, although it's unfortunate to have
|
||||
// to do it here)
|
||||
if (! isProcessing)
|
||||
resume();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue