OSDN Git Service

#xxxxx GITADORA表示のCONFIG画面で「4_itembox cursor.png」が無かった場合に例外が発生しないよう対策
authorkairera0467 <gennsou76573@gmail.com>
Sat, 25 Nov 2017 09:37:43 +0000 (18:37 +0900)
committerkairera0467 <gennsou76573@gmail.com>
Sat, 25 Nov 2017 09:37:43 +0000 (18:37 +0900)
DTXManiaプロジェクト/コード/ステージ/04.コンフィグ/CActConfigListGD.cs
実行時フォルダ/DTXManiaGR.exe

index b563ae9..375ad85 100644 (file)
@@ -377,7 +377,7 @@ namespace DTXMania
             #endregion
 
             #region[ カーソル ]
-            if( this.b項目リスト側にフォーカスがある )
+            if( this.b項目リスト側にフォーカスがある && this.txカーソル != null )
             {
                 this.txカーソル.t2D描画( CDTXMania.app.Device, 413, 193 );
             }
index 9fa5463..7a2dd53 100644 (file)
Binary files a/実行時フォルダ/DTXManiaGR.exe and b/実行時フォルダ/DTXManiaGR.exe differ