mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
(Reverted a couple of mistaken changes from an earlier commit)
This commit is contained in:
parent
d01a508217
commit
f5af6cd27d
2 changed files with 2 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ JUCE_JNI_CALLBACK (JUCE_ANDROID_ACTIVITY_CLASSNAME, launchApp, void, (JNIEnv* en
|
|||
|
||||
JUCEApplicationBase::createInstance = &juce_CreateApplication;
|
||||
|
||||
ScopedJuceInitialiser_GUI libraryInitialiser;
|
||||
initialiseJuce_GUI();
|
||||
|
||||
JUCEApplicationBase* app = JUCEApplicationBase::createInstance();
|
||||
if (! app->initialiseApp())
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@ extern bool isIOSAppActive;
|
|||
- (void) applicationDidFinishLaunching: (UIApplication*) application
|
||||
{
|
||||
(void) application;
|
||||
|
||||
ScopedJuceInitialiser_GUI libraryInitialiser;
|
||||
initialiseJuce_GUI();
|
||||
|
||||
JUCEApplicationBase* app = JUCEApplicationBase::createInstance();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue