mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Merge pull request #1415 from Azaezel/alpha41/forceDetailfix
fix forceDetail
This commit is contained in:
commit
7d0ba641ce
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ void TSStatic::initPersistFields()
|
||||||
|
|
||||||
addFieldV("renderNormals", TypeRangedF32, Offset(mRenderNormalScalar, TSStatic), &CommonValidators::PositiveFloat,
|
addFieldV("renderNormals", TypeRangedF32, Offset(mRenderNormalScalar, TSStatic), &CommonValidators::PositiveFloat,
|
||||||
"Debug rendering mode shows the normals for each point in the TSStatic's mesh.");
|
"Debug rendering mode shows the normals for each point in the TSStatic's mesh.");
|
||||||
addFieldV("forceDetail", TypeRangedS32, Offset(mForceDetail, TSStatic), &CommonValidators::PositiveInt,
|
addFieldV("forceDetail", TypeRangedS32, Offset(mForceDetail, TSStatic), &CommonValidators::S32Range,
|
||||||
"Forces rendering to a particular detail level.");
|
"Forces rendering to a particular detail level.");
|
||||||
|
|
||||||
endGroup("Debug");
|
endGroup("Debug");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue