Removed extra debug code
This commit is contained in:
parent
c891cbeafa
commit
e88ebbbea2
|
@ -133,8 +133,8 @@ public class Spinner implements HitObject {
|
||||||
data.drawSymbolNumber(extraRotations * 1000, width / 2, height * 2 / 3, 1.0f);
|
data.drawSymbolNumber(extraRotations * 1000, width / 2, height * 2 / 3, 1.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
g.setColor(Color.white);
|
int rpm = Math.abs(Math.round(sumVelocity/storedVelocities.length*60));
|
||||||
g.drawString(String.format("RPM: %d", Math.abs(Math.round(sumVelocity/storedVelocities.length*60))), 100, 100);
|
//TODO: add rpm meter at bottom of spinner
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user