Whoops.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3780 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f7aece9d48
commit
3517a2f960
1 changed files with 3 additions and 4 deletions
|
@ -1438,9 +1438,6 @@ void GL_GenerateNormals(float *orgs, float *normals, int *indicies, int numtris,
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // defined(GLQUAKE)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1923,3 +1920,5 @@ void BE_GenModelBatches(batch_t **batches)
|
||||||
if (cl_numstris)
|
if (cl_numstris)
|
||||||
BE_GenPolyBatches(batches);
|
BE_GenPolyBatches(batches);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // defined(GLQUAKE)
|
||||||
|
|
Loading…
Reference in a new issue