mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a config name mismatch in juce_events.h
This commit is contained in:
parent
17275dbf8f
commit
0273a4ad18
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#include <juce_core/juce_core.h>
|
||||
|
||||
//==============================================================================
|
||||
/** Config: JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK
|
||||
/** Config: JUCE_EXECUTE_APP_SUSPEND_ON_BACKGROUND_TASK
|
||||
Will execute your application's suspend method on an iOS background task, giving
|
||||
you extra time to save your applications state.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue