(PS3) Missed semicolon

This commit is contained in:
twinaphex 2014-05-08 22:40:00 +02:00
parent d7a273feb0
commit d7f50bdeac

View File

@ -24,7 +24,7 @@ void gl_load_texture_data(GLuint obj, const struct texture_image *img,
glBindTexture(GL_TEXTURE_2D, obj);
#ifdef HAVE_PSGL
mipmap = false
mipmap = false;
#endif
#ifdef HAVE_OPENGLES2
wrap = GL_CLAMP_TO_EDGE;