fixed dithering

This commit is contained in:
James Turk 2003-01-24 10:23:39 +00:00
parent 60a6417662
commit 510ba33aff

View File

@ -77,7 +77,7 @@ GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord)
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST);
glTexImage2D(GL_TEXTURE_2D,
0,
GL_RGBA,
GL_RGBA16,
w, h,
0,
GL_RGBA,