summaryrefslogtreecommitdiff
path: root/progs/trivial/quad-tex-2d.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/trivial/quad-tex-2d.c')
-rw-r--r--progs/trivial/quad-tex-2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/trivial/quad-tex-2d.c b/progs/trivial/quad-tex-2d.c
index 70b9fbf8c6..98f538eda3 100644
--- a/progs/trivial/quad-tex-2d.c
+++ b/progs/trivial/quad-tex-2d.c
@@ -41,7 +41,7 @@ static void Init(void)
glClearColor(0.0, 0.0, 1.0, 0.0);
-#define SIZE 16
+#define SIZE 32
{
GLubyte tex2d[SIZE][SIZE][3];
GLint s, t;