no message

This commit is contained in:
cholleme 2003-06-29 21:47:53 +00:00
parent f670ac2d30
commit fc57654f92

View file

@ -685,7 +685,7 @@ void MESH_CreateCurve(dq3face_t *in, mesh_t *mesh, mapshader_t *shader)
//setup rest of the mesh
mesh->shader = shader;
mesh->lightmapIndex = in->lightofs;
mesh->lightmapIndex = LittleLong(in->lightofs);
CreateCurveIndecies(&curve, mesh);
CreateTangentSpace(mesh);