Skip to content

Commit cd475e3

Browse files
authored
TestAudioDirectional: rename test -> app
1 parent d5ad08d commit cd475e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jme3-examples/src/main/java/jme3test/audio/TestAudioDirectional.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
public class TestAudioDirectional extends SimpleApplication implements ActionListener {
2727

2828
public static void main(String[] args) {
29-
TestAudioDirectional test = new TestAudioDirectional();
30-
test.start();
29+
TestAudioDirectional app = new TestAudioDirectional();
30+
app.start();
3131
}
3232

3333
private AudioNode audioSource;

0 commit comments

Comments
 (0)