Fixed build

This commit is contained in:
Sam Lantinga
2025-09-06 10:12:01 -07:00
parent 5605f85d84
commit 02fc571cfd

View File

@@ -3386,7 +3386,7 @@ static VULKAN_Shader SelectShader(const VULKAN_PixelShaderConstants *shader_cons
return SHADER_SOLID; return SHADER_SOLID;
} }
if (!shader_constants->pixel_art && if (shader_constants->pixel_art == 0.0f &&
shader_constants->input_type == INPUTTYPE_UNSPECIFIED && shader_constants->input_type == INPUTTYPE_UNSPECIFIED &&
shader_constants->tonemap_method == TONEMAP_NONE) { shader_constants->tonemap_method == TONEMAP_NONE) {
return SHADER_RGB; return SHADER_RGB;