summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorroot <root@i915.localnet.net>2007-08-08 12:03:18 -0600
committerBrian <brian@i915.localnet.net>2007-08-08 12:04:08 -0600
commitf71edfa41b70c056792a5b6f57984852cd8396ed (patch)
tree4afbf60d20c674a010668c8c82dc8a1da4f95414 /progs
parent267cf16e066f548a33c7b5f7c73deb59039d9b3d (diff)
increase texture size to 32x32
Diffstat (limited to 'progs')
-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;