mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Yay for more random bughunting.
Originally committed to SVN as r875.
This commit is contained in:
parent
3034d9f828
commit
914671d0a4
@ -303,6 +303,7 @@ void VideoDisplayVisual::DrawOverlay() {
|
||||
// Rotate XY
|
||||
if (mode == 3) {
|
||||
// Transform grid
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glPushMatrix();
|
||||
glLoadIdentity();
|
||||
glTranslatef(dx,dy,0.0f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user