- fixed in Castlevania backgrounds;
This commit is contained in:
mtabachenko 2008-08-17 19:31:44 +00:00
parent 9ed477f765
commit 57a2ef87af
1 changed files with 0 additions and 2 deletions

View File

@ -905,8 +905,6 @@ void NDS_glBegin(unsigned long v)
glLoadIdentity ();
glScaled (invTexWidth, invTexHeight, 1.0f);
}
else
glDisable(GL_TEXTURE_2D);
glMatrixMode (GL_PROJECTION);
glLoadMatrixf(mtxCurrent[0]);