Switches to JOGL 2.0.2, reverts my mistake
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10742 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
e877d1f8c9
commit
b7042af8ce
@ -380,8 +380,6 @@ public class Application implements SystemListener {
|
||||
if (settings == null){
|
||||
settings = new AppSettings(true);
|
||||
}
|
||||
settings.setRenderer("JOGL");
|
||||
settings.setAudioRenderer("JOAL");
|
||||
|
||||
logger.log(Level.FINE, "Starting application: {0}", getClass().getName());
|
||||
context = JmeSystem.newContext(settings, contextType);
|
||||
|
Loading…
x
Reference in New Issue
Block a user