Rasterizer: Specify internal linkage on Draw

It's not exposed in the header.
This commit is contained in:
Lioncash 2015-10-10 16:37:15 -04:00
parent a0924b5e1b
commit 0608ed5130
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ void SetTevReg(int reg, int comp, bool konst, s16 color)
tev.SetRegColor(reg, comp, konst, color);
}
inline void Draw(s32 x, s32 y, s32 xi, s32 yi)
static void Draw(s32 x, s32 y, s32 xi, s32 yi)
{
INCSTAT(swstats.thisFrame.rasterizedPixels);