2
0
Эх сурвалжийг харах

TestDoppler: rename test -> app

Wyatt Gillette 4 сар өмнө
parent
commit
a9a18efb62

+ 2 - 2
jme3-examples/src/main/java/jme3test/audio/TestDoppler.java

@@ -57,8 +57,8 @@ public class TestDoppler extends SimpleApplication {
     private BitmapText bmp;
     private BitmapText bmp;
 
 
     public static void main(String[] args) {
     public static void main(String[] args) {
-        TestDoppler test = new TestDoppler();
-        test.start();
+        TestDoppler app = new TestDoppler();
+        app.start();
     }
     }
 
 
     @Override
     @Override