Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/05.選曲/CStage選曲.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 175 by kairera0467, Sat Oct 12 01:08:30 2013 UTC revision 176 by kairera0467, Sun Oct 13 04:52:11 2013 UTC
# Line 292  namespace DTXMania Line 292  namespace DTXMania
292                                    
293                                  if( this.tx背景 != null )                                  if( this.tx背景 != null )
294                  {                  {
295                      if( this.ds背景動画.b上下反転 )                      if( this.ds背景動画 != null ? this.ds背景動画.b上下反転 : false )
296                                              this.tx背景.t2D上下反転描画( CDTXMania.app.Device, 0, 0 );                                              this.tx背景.t2D上下反転描画( CDTXMania.app.Device, 0, 0 );
297                      else                      else
298                          this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 );                          this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 );

Legend:
Removed from v.175  
changed lines
  Added in v.176

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26