mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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 // defined(GLQUAKE)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1922,4 +1919,6 @@ void BE_GenModelBatches(batch_t **batches)
|
|||
|
||||
if (cl_numstris)
|
||||
BE_GenPolyBatches(batches);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // defined(GLQUAKE)
|
||||
|
|
Loading…
Reference in a new issue