parent
9ed477f765
commit
57a2ef87af
|
@ -905,8 +905,6 @@ void NDS_glBegin(unsigned long v)
|
||||||
glLoadIdentity ();
|
glLoadIdentity ();
|
||||||
glScaled (invTexWidth, invTexHeight, 1.0f);
|
glScaled (invTexWidth, invTexHeight, 1.0f);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
glDisable(GL_TEXTURE_2D);
|
|
||||||
|
|
||||||
glMatrixMode (GL_PROJECTION);
|
glMatrixMode (GL_PROJECTION);
|
||||||
glLoadMatrixf(mtxCurrent[0]);
|
glLoadMatrixf(mtxCurrent[0]);
|
||||||
|
|
Loading…
Reference in New Issue