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
|
|
@ -315,7 +315,7 @@ void GFXSamplerStateData::initPersistFields()
|
|||
|
||||
endGroup( "Filter State" );
|
||||
|
||||
addField("borderColor", TypeColorF, Offset(mState.borderColor, GFXSamplerStateData), "");
|
||||
addField("borderColor", TypeColorI, Offset(mState.borderColor, GFXSamplerStateData), "");
|
||||
|
||||
addField("samplerFunc", TypeGFXCmpFunc, Offset(mState.samplerFunc, GFXSamplerStateData),
|
||||
"Compares sampled data against existing sampled data. The default is GFXCmpNever.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue