Win64 fixes - I don't think that they introduced any bugs yet, but I want to be sure. Please report problems.

This commit is contained in:
2009-04-29 19:13:32 +00:00
parent 11dcf7461c
commit a9aac77ccf
10 changed files with 23 additions and 23 deletions

View File

@@ -909,7 +909,7 @@ static void emDM_drawMappedFacesGLSL(DerivedMesh *dm,
glShadeModel(GL_SMOOTH);
for (i=0,eve=em->verts.first; eve; eve= eve->next)
eve->tmp.l = (long) i++;
eve->tmp.l = (intptr_t) i++;
#define PASSATTRIB(efa, eve, vert) { \
if(attribs.totorco) { \