git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3780 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2011-04-23 20:57:06 +00:00
parent f7aece9d48
commit 3517a2f960
1 changed files with 3 additions and 4 deletions

View File

@ -1438,9 +1438,6 @@ void GL_GenerateNormals(float *orgs, float *normals, int *indicies, int numtris,
#endif
#endif
#endif // defined(GLQUAKE)
@ -1922,4 +1919,6 @@ void BE_GenModelBatches(batch_t **batches)
if (cl_numstris)
BE_GenPolyBatches(batches);
}
}
#endif // defined(GLQUAKE)