OSDN Git Service

#27648 デバッグメッセージの削除漏れ。
[dtxmania/dtxmania.git] / DTXManiaプロジェクト / コード / ステージ / 05.選曲 / CActSelect曲リスト.cs
index 93aa7e3..bf9e709 100644 (file)
@@ -879,7 +879,6 @@ namespace DTXMania
                                int ry = (sy / 128);\r
                                int h = ( ( ry + 1 ) * 128 > 336 ) ? 336 - ry * 128 : 128;\r
                                this.txScrollBar.t2D描画( CDTXMania.app.Device, 640 - 12, 58 + sy, new Rectangle( ry * 12 , 0, 12, h ) );     // 本当のy座標は88なんだが、なぜか約30のバイアスが掛かる・・・\r
-                               Debug.WriteLine( "sy=" + sy + ", ry=" + ry );\r
                        }\r
                        #endregion\r
                        #region [ スクロール地点の描画 #27648 ]\r