Using LegacyApplication in the iOS Harness just like it has been done for Android in 3c56afe
This commit is contained in:
parent
9665b985e4
commit
0262b72258
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user