fix a tiny error in the ogl renderer state caching

This commit is contained in:
zeromus 2009-02-06 06:50:40 +00:00
parent a73e0bf6a2
commit 6118e62c10
1 changed files with 1 additions and 0 deletions

View File

@ -718,6 +718,7 @@ static void OGLRender()
InstallPolygonAttrib(lastPolyAttr=poly->polyAttr);
lastTextureFormat = textureFormat = poly->texParam;
lastTexturePalette = texturePalette = poly->texPalette;
lastPolyAttr = poly->polyAttr;
BeginRenderPoly();
}