(XMB) Make functions static
This commit is contained in:
parent
7018d58731
commit
c162510005
|
@ -107,7 +107,7 @@ struct xmb_texture_item
|
||||||
|
|
||||||
struct xmb_texture_item textures[TEXTURE_LAST];
|
struct xmb_texture_item textures[TEXTURE_LAST];
|
||||||
|
|
||||||
void xmb_draw_icon(GLuint texture, float x, float y,
|
static void xmb_draw_icon(GLuint texture, float x, float y,
|
||||||
float alpha, float rotation, float scale)
|
float alpha, float rotation, float scale)
|
||||||
{
|
{
|
||||||
if (alpha > xmb_alpha)
|
if (alpha > xmb_alpha)
|
||||||
|
|
Loading…
Reference in New Issue