Skip to content

Commit b3fb458

Browse files
authored
increase marker sphere radius
1 parent ad12842 commit b3fb458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void simpleInitApp() {
9292
audioSource.setVolume(1f);
9393
rootNode.attachChild(audioSource);
9494

95-
Geometry marker = makeShape("Marker", new Sphere(16, 16, .5f), ColorRGBA.Red);
95+
Geometry marker = makeShape("Marker", new Sphere(16, 16, 1f), ColorRGBA.Red);
9696
audioSource.attachChild(marker);
9797

9898
Geometry grid = makeShape("DebugGrid", new Grid(21, 21, 4), ColorRGBA.Blue);

0 commit comments

Comments
 (0)