mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-21 03:21:28 +00:00
- added missing return
This commit is contained in:
parent
a0259e8e00
commit
e3d7afa2d5
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ GraphicsPipelineBuilder& GraphicsPipelineBuilder::BlendMode(const FRenderStyle &
|
|||
blendequation = VK_BLEND_OP_ADD;
|
||||
}
|
||||
|
||||
BlendMode((VkBlendOp)blendequation, (VkBlendFactor)srcblend, (VkBlendFactor)dstblend);
|
||||
return BlendMode((VkBlendOp)blendequation, (VkBlendFactor)srcblend, (VkBlendFactor)dstblend);
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue