summaryrefslogtreecommitdiff
path: root/src/gl_texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl_texture.c')
-rw-r--r--src/gl_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gl_texture.c b/src/gl_texture.c
index 62a4f3d..8296f72 100644
--- a/src/gl_texture.c
+++ b/src/gl_texture.c
@@ -30,7 +30,7 @@
#define TEXTURE_WIDTH 16
#define TEXTURE_HEIGHT 16
-GLuint *
+static GLuint *
random_texture (int width, int height)
{
GLuint *texture = NULL;