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:
jul..se 2013-08-03 09:10:54 +00:00
parent e877d1f8c9
commit b7042af8ce

View File

@ -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);