now this seems backwards. Something else is funky ...

This commit is contained in:
Glenn Maynard
2006-03-16 00:50:47 +00:00
parent 99d3a9486c
commit 72c25d79d9
+1 -1
View File
@@ -786,7 +786,7 @@ void RageDisplay_D3D::SendCurrentMatrices()
/* Convert to OpenGL-style "pixel-centered" coords */
RageMatrix m;
RageMatrixTranslation( &m, +0.5f, +0.5f, 0 );
RageMatrixTranslation( &m, -0.5f, -0.5f, 0 );
RageMatrixMultiply( &m, &m, GetWorldTop() );
g_pd3dDevice->SetTransform( D3DTS_WORLD, (D3DMATRIX*)&m );