mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(PS3) Missed semicolon
This commit is contained in:
parent
d7a273feb0
commit
d7f50bdeac
@ -24,7 +24,7 @@ void gl_load_texture_data(GLuint obj, const struct texture_image *img,
|
|||||||
glBindTexture(GL_TEXTURE_2D, obj);
|
glBindTexture(GL_TEXTURE_2D, obj);
|
||||||
|
|
||||||
#ifdef HAVE_PSGL
|
#ifdef HAVE_PSGL
|
||||||
mipmap = false
|
mipmap = false;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_OPENGLES2
|
#ifdef HAVE_OPENGLES2
|
||||||
wrap = GL_CLAMP_TO_EDGE;
|
wrap = GL_CLAMP_TO_EDGE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user