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 176 by kairera0467, Sun Oct 13 04:52:11 2013 UTC revision 184 by kairera0467, Tue Dec 3 13:10:05 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背景動画 != null ? this.ds背景動画.b上下反転 : false )                      if( this.ds背景動画 != null && this.ds背景動画.b上下反転 )
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.176  
changed lines
  Added in v.184

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