• R/O
  • SSH
  • HTTPS

dtxmaniaxg-verk: 提交


Commit MetaInfo

修訂566 (tree)
時間2016-08-14 09:37:23
作者kairera0467

Log Message

#36538 ドラム画面のみ、VfW再生時のムービーウィンドウ表示が上下反転描画になっていたのを修正。

Change Summary

差異

--- branches/GITADORA風/DTXManiaプロジェクト/コード/ステージ/07.演奏/CAct演奏AVI.cs (revision 565)
+++ branches/GITADORA風/DTXManiaプロジェクト/コード/ステージ/07.演奏/CAct演奏AVI.cs (revision 566)
@@ -871,9 +871,9 @@
871871 if( this.n総移動時間ms != -1 && this.rAVI != null )
872872 {
873873 if( this.fClipアスペクト比 < 0.96f )
874- this.tx描画用.t2D上下反転描画( CDTXMania.app.Device, this.position2, 20 + this.n本体Y );
874+ this.tx描画用.t2D描画( CDTXMania.app.Device, this.position2, 20 + this.n本体Y );
875875 else
876- this.tx描画用.t2D上下反転描画( CDTXMania.app.Device, 5 + this.n本体X, this.position2 );
876+ this.tx描画用.t2D描画( CDTXMania.app.Device, 5 + this.n本体X, this.position2 );
877877 }
878878 }
879879 }
@@ -914,9 +914,9 @@
914914 if( this.n総移動時間ms != -1 && this.rAVI != null )
915915 {
916916 if( this.fClipアスペクト比 < 1.77f )
917- this.tx描画用.t2D上下反転描画( CDTXMania.app.Device, this.position2, 30 + this.n本体Y );
917+ this.tx描画用.t2D描画( CDTXMania.app.Device, this.position2, 30 + this.n本体Y );
918918 else
919- this.tx描画用.t2D上下反転描画( CDTXMania.app.Device, 5 + this.n本体X, this.position2 );
919+ this.tx描画用.t2D描画( CDTXMania.app.Device, 5 + this.n本体X, this.position2 );
920920 }
921921 }
922922 #endregion
--- trunk/DTXManiaプロジェクト/コード/ステージ/07.演奏/CAct演奏AVI.cs (revision 565)
+++ trunk/DTXManiaプロジェクト/コード/ステージ/07.演奏/CAct演奏AVI.cs (revision 566)
@@ -928,9 +928,9 @@
928928 if( this.n総移動時間ms != -1 && this.rAVI != null )
929929 {
930930 if( this.fClipアスペクト比 < 0.96f )
931- this.tx描画用.t2D上下反転描画( CDTXMania.app.Device, this.position2, 20 + this.n本体Y );
931+ this.tx描画用.t2D描画( CDTXMania.app.Device, this.position2, 20 + this.n本体Y );
932932 else
933- this.tx描画用.t2D上下反転描画( CDTXMania.app.Device, 5 + this.n本体X, this.position2 );
933+ this.tx描画用.t2D描画( CDTXMania.app.Device, 5 + this.n本体X, this.position2 );
934934 }
935935 }
936936 }
@@ -971,9 +971,9 @@
971971 if( this.n総移動時間ms != -1 && this.rAVI != null )
972972 {
973973 if( this.fClipアスペクト比 < 1.77f )
974- this.tx描画用.t2D上下反転描画( CDTXMania.app.Device, this.position2, 30 + this.n本体Y );
974+ this.tx描画用.t2D描画( CDTXMania.app.Device, this.position2, 30 + this.n本体Y );
975975 else
976- this.tx描画用.t2D上下反転描画( CDTXMania.app.Device, 5 + this.n本体X, this.position2 );
976+ this.tx描画用.t2D描画( CDTXMania.app.Device, 5 + this.n本体X, this.position2 );
977977 }
978978 }
979979 #endregion
Show on old repository browser