diff options
author | root <[email protected]> | 2007-08-08 12:03:18 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-08 12:04:08 -0600 |
commit | f71edfa41b70c056792a5b6f57984852cd8396ed (patch) | |
tree | 4afbf60d20c674a010668c8c82dc8a1da4f95414 /progs/trivial/quad-tex-2d.c | |
parent | 267cf16e066f548a33c7b5f7c73deb59039d9b3d (diff) |
increase texture size to 32x32
Diffstat (limited to 'progs/trivial/quad-tex-2d.c')
-rw-r--r-- | progs/trivial/quad-tex-2d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/trivial/quad-tex-2d.c b/progs/trivial/quad-tex-2d.c index 70b9fbf8c61..98f538eda32 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; |