mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2024-11-27 02:00:41 +00:00
qpic: fix alpha colors again after doing mipmap reduction
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
65a03192ae
commit
fdfb4fbd9c
@ -482,4 +482,6 @@ QPic32_MipMap(qpic32_t *in)
|
|||||||
|
|
||||||
in->width >>= 1;
|
in->width >>= 1;
|
||||||
in->height >>= 1;
|
in->height >>= 1;
|
||||||
|
|
||||||
|
QPic32_AlphaFix(in);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user