Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flip video vertically (GR mode) #180

Open
ICO-15 opened this issue Aug 15, 2024 · 1 comment
Open

Flip video vertically (GR mode) #180

ICO-15 opened this issue Aug 15, 2024 · 1 comment

Comments

@ICO-15
Copy link

ICO-15 commented Aug 15, 2024

When playing in GR mode, if you display the video in a window, the top and bottom will be flipped. It didn't happen until 1.3 and has been happening since 1.4.0.
This is normal when displaying in full screen, but only occurs on the window side when displaying both.

@sizuku-slipknot
Copy link

sizuku-slipknot commented Dec 22, 2024

Fixed Code\Stage\07.Performance\CActPerfAVI.cs

Line775
this.tx描画用.tDraw2D( CDTXMania.app.Device, this.position2, 5 + this.n本体Y ); to this.tx描画用.tDraw2DUpsideDown( CDTXMania.app.Device, this.position2, 5 + this.n本体Y );

Line777
this.tx描画用.tDraw2D( CDTXMania.app.Device, 30 + this.n本体X, this.position2 ); to this.tx描画用.tDraw2DUpsideDown( CDTXMania.app.Device, 30 + this.n本体X, this.position2 );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants