Skip to content

Commit

Permalink
remove unused sorce
Browse files Browse the repository at this point in the history
  • Loading branch information
bono committed May 24, 2016
1 parent ef4e481 commit 735373b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/MBTHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ public class MBTHelper : MonoBehaviour {
private const float CLOCK_AVR_THRESHOLD = 1.0f; //TODO 端末によって解像度が違うので何かしらの方法で最大近辺最小近辺を取得して適宜な値に動的に調整が好ましい
public float clockAvr;

// private const float CLOCK_PARAM_MAX = 20.0f;
// private const float CLOCK_PARAM_THRESHOLD = 5.0f;
// private const float CLOCK_PARAM_ADD = 1.0f;
// private const float CLOCK_PARAM_GAIN = 0.9f;
// public float clockParam = 0f;


void Start () {
if (minSwipeDistX == 0) {
Expand Down

0 comments on commit 735373b

Please sign in to comment.