修訂 | 566 (tree) |
---|---|
時間 | 2016-08-14 09:37:23 |
作者 | ![]() |
#36538 ドラム画面のみ、VfW再生時のムービーウィンドウ表示が上下反転描画になっていたのを修正。
@@ -871,9 +871,9 @@ | ||
871 | 871 | if( this.n総移動時間ms != -1 && this.rAVI != null ) |
872 | 872 | { |
873 | 873 | 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 ); | |
875 | 875 | 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 ); | |
877 | 877 | } |
878 | 878 | } |
879 | 879 | } |
@@ -914,9 +914,9 @@ | ||
914 | 914 | if( this.n総移動時間ms != -1 && this.rAVI != null ) |
915 | 915 | { |
916 | 916 | 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 ); | |
918 | 918 | 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 ); | |
920 | 920 | } |
921 | 921 | } |
922 | 922 | #endregion |
@@ -928,9 +928,9 @@ | ||
928 | 928 | if( this.n総移動時間ms != -1 && this.rAVI != null ) |
929 | 929 | { |
930 | 930 | 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 ); | |
932 | 932 | 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 ); | |
934 | 934 | } |
935 | 935 | } |
936 | 936 | } |
@@ -971,9 +971,9 @@ | ||
971 | 971 | if( this.n総移動時間ms != -1 && this.rAVI != null ) |
972 | 972 | { |
973 | 973 | 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 ); | |
975 | 975 | 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 ); | |
977 | 977 | } |
978 | 978 | } |
979 | 979 | #endregion |