beat particle effect values changed again, visualizer average range lowered

This commit is contained in:
2017-10-14 00:43:18 -05:00
parent 3454f80413
commit d75f9692de
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ public class BasicVisualizer extends VisualizerCore {
pixmap.setColor(Color.WHITE);
pixmap.fill();
barCount = 65;
smoothRange = 3;
smoothRange = 2;
angleRot = new Vector2(MathUtils.cosDeg(rotation), MathUtils.sinDeg(rotation));
textures = new Texture[barCount];
bars = new Sprite[barCount];