mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
the inline went wandering by mistake. gives a tiny (< 0.5%) gain, but a
gain none the less
This commit is contained in:
parent
496025473c
commit
680c246e22
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ get_side (mnode_t *node)
|
||||||
return (DotProduct (modelorg, plane->normal) - plane->dist) < 0;
|
return (DotProduct (modelorg, plane->normal) - plane->dist) < 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static inline void
|
||||||
visit_node (mnode_t *node, int side)
|
visit_node (mnode_t *node, int side)
|
||||||
{
|
{
|
||||||
int c;
|
int c;
|
||||||
|
|
Loading…
Reference in a new issue