fixups mistake auto commit.

pull/8/head
Nguyen Dac Nam 5 years ago committed by GitHub
parent eaf60ca5d8
commit ec206f7f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,15 +31,6 @@ static std::optional<vk::BorderColor> TryConvertBorderColor(std::array<float, 4>
return vk::BorderColor::eFloatOpaqueBlack;
}
return vk::BorderColor::eFloatTransparentBlack;
// If color elements are brighter than roughly 0.5 average, use white border
return vk::BorderColor::eFloatOpaqueWhite;
} else {
if (color[3] > 0.5f) {
return vk::BorderColor::eFloatOpaqueBlack;
} else {
return vk::BorderColor::eFloatTransparentBlack;
}
}
}
}

Loading…
Cancel
Save