new sync system for visualizer
This commit is contained in:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user