mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
Removed fake_a variable.
This commit is contained in:
parent
2450db9dec
commit
5454af0057
1 changed files with 0 additions and 1 deletions
1
3rdparty/stb_image/stb_image.c
vendored
1
3rdparty/stb_image/stb_image.c
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue