diff options
Diffstat (limited to 'prenderer.cpp')
-rw-r--r-- | prenderer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prenderer.cpp b/prenderer.cpp index 05442f9..929fd9b 100644 --- a/prenderer.cpp +++ b/prenderer.cpp @@ -581,6 +581,7 @@ Fallback_RenderDirect(direct_info T, void *OutputBuffer, rectangle RenderRegion) real32 G_Blend = G_Col; real32 B_Blend = B_Col; real32 A_Blend = A_Col; + if (LayerAlpha != 1.0f || T.BlendMode != blend_normal) { Fallback_Blend(); } |