@2x size images.

ComboBurst speed scaling.

CircumscribedCircle drawing optimization.
This commit is contained in:
fd
2015-03-14 08:11:33 -04:00
parent 356772b6b6
commit aeaaa9af4f
6 changed files with 125 additions and 82 deletions

View File

@@ -140,7 +140,7 @@ public class Slider implements HitObject {
this.color = color;
this.comboEnd = comboEnd;
if (hitObject.getSliderType() == 'P' && hitObject.getSliderX().length == 2)
if (hitObject.getSliderType() == OsuHitObject.SLIDER_PASSTHROUGH && hitObject.getSliderX().length == 2)
this.curve = new CircumscribedCircle(hitObject, color);
else
this.curve = new LinearBezier(hitObject, color);