mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 04:00:53 +00:00
- Exhumed: Use 0 as transparent color index for the energy tile.
This commit is contained in:
parent
a35adc45c2
commit
f24786af71
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ void DoEnergyTile()
|
||||||
for (i = 0; i < 4096; i++)
|
for (i = 0; i < 4096; i++)
|
||||||
{
|
{
|
||||||
if (ptrW[i] == 96) {
|
if (ptrW[i] == 96) {
|
||||||
ptrW[i] = 255; // -1?
|
ptrW[i] = 0; // -1?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue