Static-ize WireDraw
This commit is contained in:
parent
c772f715b3
commit
a8d2b73106
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ void pfDrawFonts(void)
|
|||
}
|
||||
}
|
||||
|
||||
void WireDraw(void) //Is not private to prevent linker error due to analysis bug of refMapData0
|
||||
static void WireDraw(void)
|
||||
{
|
||||
Mtx44 proj;
|
||||
Mtx modelview;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue