diff --git a/src/graphics/renderer/crenderergl.cpp b/src/graphics/renderer/crenderergl.cpp index ca2a0d6fc..a870fbb8b 100644 --- a/src/graphics/renderer/crenderergl.cpp +++ b/src/graphics/renderer/crenderergl.cpp @@ -54,7 +54,7 @@ std::string cRendererGL::VersionStr() { #ifndef EE_GLES1 return "OpenGL 2"; #else - return "OpenGL ES1"; + return "OpenGL ES 1"; #endif } diff --git a/src/helper/SOIL/stb_image.c b/src/helper/SOIL/stb_image.c index 4cd9ebf5e..0a808ee02 100644 --- a/src/helper/SOIL/stb_image.c +++ b/src/helper/SOIL/stb_image.c @@ -2362,7 +2362,7 @@ static int expand_palette(png *a, uint8 *palette, int len, int pal_img_n) } static int stbi_unpremultiply_on_load = 0; -static int stbi_de_iphone_flag = 0; +static int stbi_de_iphone_flag = 1; void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpremultiply) {