修訂 | 577 (tree) |
---|---|
時間 | 2019-06-08 17:39:57 |
作者 | ![]() |
#39290 LBDVelocityMinの設定値が読み込めない不具合の修正(GD版での適用)
@@ -184,7 +184,7 @@ | ||
184 | 184 | if( this.tx背景 != null ) |
185 | 185 | this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 ); |
186 | 186 | |
187 | - CDTXMania.act文字コンソール.tPrint( 2, 2, C文字コンソール.Eフォント種別.白, "DTX:J:A:A:2019050500" ); | |
187 | + CDTXMania.act文字コンソール.tPrint( 2, 2, C文字コンソール.Eフォント種別.白, "DTX:J:A:A:2019060800" ); | |
188 | 188 | |
189 | 189 | if( this.txメニュー != null ) |
190 | 190 | { |
@@ -2731,7 +2731,7 @@ | ||
2731 | 2731 | { |
2732 | 2732 | this.nVelocityMin.LP = C変換.n値を文字列から取得して範囲内に丸めて返す(str4, 0, 127, this.nVelocityMin.LP); |
2733 | 2733 | } |
2734 | - else if (str3.Equals("RDVelocityMin")) // #23857 2011.1.31 yyagi | |
2734 | + else if (str3.Equals("LBDVelocityMin")) // #23857 2011.1.31 yyagi | |
2735 | 2735 | { |
2736 | 2736 | this.nVelocityMin.LBD = C変換.n値を文字列から取得して範囲内に丸めて返す(str4, 0, 127, this.nVelocityMin.LBD); |
2737 | 2737 | } |
@@ -23,7 +23,7 @@ | ||
23 | 23 | { |
24 | 24 | // プロパティ |
25 | 25 | |
26 | - public static readonly string VERSION = "Ver3.62GD(190426)"; | |
26 | + public static readonly string VERSION = "Ver3.62aGD(190608)"; | |
27 | 27 | public static readonly string SLIMDXDLL = "c_net20x86_Jun2010"; |
28 | 28 | public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010 |
29 | 29 | //public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010 |