Activated iPhone PNG support.

This commit is contained in:
spartanj@gmail.com
2012-06-03 02:16:55 -03:00
parent dc7f31c0ae
commit 8d5b43e99f
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ std::string cRendererGL::VersionStr() {
#ifndef EE_GLES1
return "OpenGL 2";
#else
return "OpenGL ES1";
return "OpenGL ES 1";
#endif
}

View File

@@ -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)
{