diff --git a/engine/gl/gl_alias.c b/engine/gl/gl_alias.c index db37135ca..534ba6a0d 100644 --- a/engine/gl/gl_alias.c +++ b/engine/gl/gl_alias.c @@ -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); -} \ No newline at end of file +} + +#endif // defined(GLQUAKE)