Onyl show mirrored object hitresults if autopilot is active >.<

This commit is contained in:
yugecin
2016-10-01 12:39:52 +02:00
parent 5ee4760e7b
commit ea45767fa1
3 changed files with 4 additions and 4 deletions

View File

@@ -429,7 +429,7 @@ public class Slider extends GameObject {
data.hitResult(hitObject.getTime() + (int) sliderTimeTotal, result,
cx, cy, color, comboEnd, hitObject, type, sliderHeldToEnd,
currentRepeats + 1, curve, sliderHeldToEnd);
if (Dancer.mirror) {
if (Dancer.mirror && GameMod.AUTO.isActive()) {
float[] m = Utils.mirrorPoint(cx, cy);
data.hitResult(hitObject.getTime() + (int) sliderTimeTotal, result,
m[0], m[1], mirrorColor, comboEnd, hitObject, type, sliderHeldToEnd,