mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Fix two unused function warnings in mdsprite.c when building with POLYMER=0.
git-svn-id: https://svn.eduke32.com/eduke32@5381 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d6f06b9123
commit
6f51a571aa
1 changed files with 2 additions and 0 deletions
|
@ -1603,6 +1603,7 @@ static md3model_t *md3load(int32_t fil)
|
|||
return(m);
|
||||
}
|
||||
|
||||
#ifdef POLYMER
|
||||
static inline void invertmatrix(float *m, float *out)
|
||||
{
|
||||
float det;
|
||||
|
@ -1643,6 +1644,7 @@ static inline void normalize(float *vec)
|
|||
vec[1] *= norm;
|
||||
vec[2] *= norm;
|
||||
}
|
||||
#endif
|
||||
|
||||
static void md3postload_common(md3model_t *m)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue