diff options
author | Brian Paul <[email protected]> | 2004-05-05 00:28:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-05-05 00:28:17 +0000 |
commit | 4045b6e5b85ee407a21559155c34d16fd63dc79c (patch) | |
tree | 11cbdec00103939abf5beecf4666ab8298b42f32 /progs/demos | |
parent | 9c1b13ff6a2fb873cada61271f382a912ad99631 (diff) |
don't need auto mipmaps
Diffstat (limited to 'progs/demos')
-rw-r--r-- | progs/demos/gloss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/demos/gloss.c b/progs/demos/gloss.c index 845e49273ff..e7d687508c2 100644 --- a/progs/demos/gloss.c +++ b/progs/demos/gloss.c @@ -376,7 +376,6 @@ static void Init( int argc, char *argv[] ) exit(1); } - glTexParameteri(GL_TEXTURE_2D, GL_GENERATE_MIPMAP_SGIS, GL_TRUE); glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, format, GL_UNSIGNED_BYTE, img); free(img); |