mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
inline mark_surfaces
This commit is contained in:
parent
0d55476711
commit
fa036c7c11
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ loc0:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static inline void
|
||||||
mark_surfaces (msurface_t *surf, vec3_t lightorigin, dlight_t *light, int bit)
|
mark_surfaces (msurface_t *surf, vec3_t lightorigin, dlight_t *light, int bit)
|
||||||
{
|
{
|
||||||
float dist;
|
float dist;
|
||||||
|
|
Loading…
Reference in a new issue