Make WireDraw static
This commit is contained in:
parent
5ca4ead178
commit
c565e33886
1 changed files with 2 additions and 2 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;
|
||||
|
|
@ -349,4 +349,4 @@ void WireDraw(void) //Is not private to prevent linker error due to analysis bug
|
|||
GXPosition2f32(16, 440);
|
||||
GXColor3u8(255, 0, 0);
|
||||
GXEnd();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue