diff --git a/src/common/rendering/vulkan/system/vk_builders.cpp b/src/common/rendering/vulkan/system/vk_builders.cpp index 2a19a4bc2..b2bc2a42c 100644 --- a/src/common/rendering/vulkan/system/vk_builders.cpp +++ b/src/common/rendering/vulkan/system/vk_builders.cpp @@ -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); } /////////////////////////////////////////////////////////////////////////////