Browse Source

Fixed a config name mismatch in juce_events.h

tags/2021-05-28
ed 5 years ago
parent
commit
0273a4ad18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_events/juce_events.h

+ 1
- 1
modules/juce_events/juce_events.h View File

@@ -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…
Cancel
Save