Switches to JOGL 2.0.2, reverts my mistake

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10742 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
jul..se 12 years ago
parent e877d1f8c9
commit b7042af8ce
  1. 2
      engine/src/core/com/jme3/app/Application.java

@ -380,8 +380,6 @@ public class Application implements SystemListener {
if (settings == null){ if (settings == null){
settings = new AppSettings(true); settings = new AppSettings(true);
} }
settings.setRenderer("JOGL");
settings.setAudioRenderer("JOAL");
logger.log(Level.FINE, "Starting application: {0}", getClass().getName()); logger.log(Level.FINE, "Starting application: {0}", getClass().getName());
context = JmeSystem.newContext(settings, contextType); context = JmeSystem.newContext(settings, contextType);

Loading…
Cancel
Save