fix Mask hybrid with hybrid

This commit is contained in:
cajun
2025-09-26 02:37:18 -05:00
parent a1c5fd57db
commit cabc89fc1f

View File

@@ -980,6 +980,9 @@ color_combination := {
if mask_hybrid_with_gold() then (
dark_input := "m"
)
else if not mask_hybrid_with_land() then (
mode := ""
)
)
## if we have a mode, blend that, otherwise use our base gradient
if mode == "" then base() else conditional_masked_blend()