kopia lustrzana https://github.com/jameshball/osci-render
Use DEFAULT_WEIGHT instead of magic number
rodzic
7b7e3b8464
commit
8b0a526f2d
|
@ -20,7 +20,7 @@ public class AudioPlayer {
|
|||
private double rotateSpeed = 0;
|
||||
private final Phase rotatePhase = new Phase();
|
||||
private double scale = 1;
|
||||
private double weight = 100;
|
||||
private double weight = Shape.DEFAULT_WEIGHT;
|
||||
|
||||
private volatile boolean stopped;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue