Преглед изворни кода

Update VectorEffectSimpleTest.java

Ryan McDonough пре 14 часа
родитељ
комит
40dd4302eb

+ 2 - 2
jme3-examples/src/main/java/jme3test/effect/VectorEffectSimpleTest.java

@@ -67,7 +67,6 @@ public class VectorEffectSimpleTest extends SimpleApplication {
 
     @Override
     public void simpleInitApp() {
-        restart();
         flyCam.setMoveSpeed(10f);
 
         vectorEffectManagerState = new VectorEffectManagerState();
@@ -193,4 +192,5 @@ public class VectorEffectSimpleTest extends SimpleApplication {
         rootNode.attachChild(rightWall);
 
     }
-}
+
+}