Browse Source

Removed fake_a variable.

Branimir Karadzic 13 years ago
parent
commit
5454af0057
1 changed files with 0 additions and 1 deletions
  1. 0 1
      3rdparty/stb_image/stb_image.c

+ 0 - 1
3rdparty/stb_image/stb_image.c

@@ -3000,7 +3000,6 @@ static stbi_uc *bmp_load(stbi *s, int *x, int *y, int *comp, int req_comp)
                   mg = 0xffu <<  8;
                   mb = 0xffu <<  0;
                   ma = 0xffu << 24;
-                  fake_a = 1; // @TODO: check for cases like alpha value is all 0 and switch it to 255
                } else {
                   mr = 31u << 10;
                   mg = 31u <<  5;