Apply suggestions from code review

This commit is contained in:
marauder2k7 2023-07-19 15:41:24 +01:00 committed by GitHub
parent e325902bac
commit 63b2aba467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 8 deletions

View file

@ -278,7 +278,7 @@ GFXSamplerStateDesc::GFXSamplerStateDesc()
samplerFunc = GFXCmpNever;
maxAnisotropy = 1;
mipLODBias = 0.0f;
borderColor = LinearColorF::WHITE;
borderColor = ColorI::WHITE;
}
GFXSamplerStateDesc GFXSamplerStateDesc::getWrapLinear()