OSDN Git Service

インストーラでインストールした SSTFEditor を起動するとメッセージが規定(英語)になるミスを修正。
[strokestylet/CsWin10Desktop3.git] / StrokeStyleT / ステージ / 演奏 / コンボジャンプ.cs
index 2e9c890..ffd7b84 100644 (file)
@@ -134,7 +134,9 @@ namespace SST.ステージ.演奏
                }
 
                private int _現在の数値 = -1;
+
                private FDK.メディア.画像 _数値と単位の画像 = null;
+
                private readonly List<SharpDX.RectangleF> _文字矩形dpx = new List<SharpDX.RectangleF>() {
                        #region " [0]~[9]: '0'~'9', [10]:'COMBO' "
                        //----------------
@@ -152,11 +154,17 @@ namespace SST.ステージ.演奏
                        //----------------
                        #endregion
                };
+
                private const int _桁ごとのジャンプの遅れ = 50;   // 1桁につき 50 インデックス遅れる
+
                private const float _不透明度0to1 = 0.7f;
+
                private int _ジャンプインデックス値 = 9999;
+
                private int[] _ジャンプ差分値 = new int[ 180 ];
+
                private FDK.カウンタ.定間隔進行 _ジャンプインデックス進行 = null;
+
                private System.Threading.ReaderWriterLockSlim _スレッド間同期 = null;
        }
 }