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 140 by kairera0467, Mon Jul 22 03:56:33 2013 UTC revision 175 by kairera0467, Sat Oct 12 01:08:30 2013 UTC
# Line 291  namespace DTXMania Line 291  namespace DTXMania
291                  }                  }
292                                    
293                                  if( this.tx背景 != null )                                  if( this.tx背景 != null )
294                                          this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 );                  {
295                        if( this.ds背景動画.b上下反転 )
296                                                this.tx背景.t2D上下反転描画( CDTXMania.app.Device, 0, 0 );
297                        else
298                            this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 );
299                    }
300    
301                                  this.actPreimageパネル.On進行描画();                                  this.actPreimageパネル.On進行描画();
302                          //      this.bIsEnumeratingSongs = !this.actPreimageパネル.bIsPlayingPremovie;                               // #27060 2011.3.2 yyagi: #PREMOVIE再生中は曲検索を中断する                          //      this.bIsEnumeratingSongs = !this.actPreimageパネル.bIsPlayingPremovie;                               // #27060 2011.3.2 yyagi: #PREMOVIE再生中は曲検索を中断する

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

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