We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654f26b commit 0c636aaCopy full SHA for 0c636aa
1 file changed
jme3-examples/src/main/java/jme3test/audio/TestWav.java
@@ -45,8 +45,8 @@ public class TestWav extends SimpleApplication {
45
private AudioNode audioSource;
46
47
public static void main(String[] args) {
48
- TestWav test = new TestWav();
49
- test.start();
+ TestWav app = new TestWav();
+ app.start();
50
}
51
52
@Override
0 commit comments