new sync system for visualizer

This commit is contained in:
2018-05-22 23:30:52 -05:00
parent 0fdc65796d
commit 45e3b55d84
3 changed files with 5 additions and 14 deletions

View File

@@ -133,7 +133,7 @@ public class HorizontalVisualizer implements Disposable {
}
public void updatePositionInfo() {
barHeightMultiplier = height*0.03f;
barHeightMultiplier = height;
int barSpace = 0;
angleRot.set(MathUtils.cosDeg(rotation), MathUtils.sinDeg(rotation));