mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Apply suggestions from code review
This commit is contained in:
parent
e325902bac
commit
63b2aba467
5 changed files with 11 additions and 8 deletions
|
|
@ -278,7 +278,7 @@ GFXSamplerStateDesc::GFXSamplerStateDesc()
|
|||
samplerFunc = GFXCmpNever;
|
||||
maxAnisotropy = 1;
|
||||
mipLODBias = 0.0f;
|
||||
borderColor = LinearColorF::WHITE;
|
||||
borderColor = ColorI::WHITE;
|
||||
}
|
||||
|
||||
GFXSamplerStateDesc GFXSamplerStateDesc::getWrapLinear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue