Using LegacyApplication in the iOS Harness just like it has been done for Android in 3c56afe

This commit is contained in:
MeFisto94 2016-08-20 11:26:41 +02:00
parent 9665b985e4
commit 0262b72258

View File

@ -31,7 +31,7 @@
*/
package com.jme3.system.ios;
import com.jme3.app.Application;
import com.jme3.app.LegacyApplication;
import com.jme3.system.JmeSystem;
/**
@ -39,7 +39,7 @@ import com.jme3.system.JmeSystem;
*/
public abstract class IosHarness extends ObjcNativeObject {
protected Application app;
protected LegacyApplication app;
public IosHarness(long appDelegate) {
super(appDelegate);