ソースを参照

improved touch stability

Alexander Hendrich 10 年 前
コミット
58785e02ed
1 ファイル変更1 行追加1 行削除
  1. 1 1
      bbiwarg/Constants.cs

+ 1 - 1
bbiwarg/Constants.cs

@@ -104,7 +104,7 @@ namespace bbiwarg
 
         // touch tracking
         public static readonly int TouchEventNumFramesDetectedUntilTracked = 1;
-        public static readonly int TouchEventNumFramesLostUntilDeleted = 1;
+        public static readonly int TouchEventNumFramesLostUntilDeleted = 3;
         public static readonly float TouchEventMinSimilarityForTracking = 0.7f;
 
         // colors