mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-19 07:00:52 +00:00
- fixed: The flags for texture colorization were not passed to the backend.
This commit is contained in:
parent
95c232d31a
commit
b0964101a5
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ struct FVector4PalEntry
|
|||
r = newvalue.r * normScale;
|
||||
g = newvalue.g * normScale;
|
||||
b = newvalue.b * normScale;
|
||||
a = 1;
|
||||
a = newvalue.a;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue