line 795 changed DrawWire<NMPerVert,CMNone>(); -> DrawWire<nm,CMNone>();

This commit is contained in:
Nico Pietroni 2009-04-22 15:22:48 +00:00
parent c73495b7ce
commit 147817f6ea
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ void DrawFlatWire()
glColorMaterial(GL_FRONT_AND_BACK,GL_AMBIENT_AND_DIFFUSE);
//glColorMaterial(GL_FRONT,GL_DIFFUSE);
glColor3f(.3f,.3f,.3f);
DrawWire<NMPerVert,CMNone>();
DrawWire<nm,CMNone>();
glPopAttrib();
//glDepthRange(0,1.0f);
}