Skip to content

Commit

Permalink
- fixed: The flags for texture colorization were not passed to the ba…
Browse files Browse the repository at this point in the history
…ckend.
  • Loading branch information
coelckers committed Jun 11, 2020
1 parent 95c232d commit b096410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/rendering/hwrenderer/data/hw_renderstate.h
Expand Up @@ -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;
}

Expand Down

0 comments on commit b096410

Please sign in to comment.