fix build (unwanted static on TestExpandBrushes)

This commit is contained in:
Eric Wasylishen 2022-08-17 01:18:11 -06:00
parent a2a7b987bc
commit fe43928802
1 changed files with 1 additions and 1 deletions

View File

@ -2859,7 +2859,7 @@ allow visual inspection of the clipping bevels
from q3map
================
*/
static void TestExpandBrushes(mapentity_t *src)
void TestExpandBrushes(mapentity_t *src)
{
bspbrush_t::container hull1brushes;