mirror of
https://github.com/ConjureETS/PillowFight.git
synced 2026-03-25 17:40:59 +00:00
remove Debug.Log messages
This commit is contained in:
parent
c4812ce7a2
commit
96d0138f3a
@ -39,13 +39,8 @@ public class AutoTarget : MonoBehaviour {
|
|||||||
minAngle = angle;
|
minAngle = angle;
|
||||||
closest = t;
|
closest = t;
|
||||||
}
|
}
|
||||||
Debug.Log("angle: " + angle);
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug.Log("min angle:" + minAngle);
|
|
||||||
|
|
||||||
return closest;
|
return closest;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user