mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
use the same renderpriority range across all cases
This commit is contained in:
parent
44b0d896b8
commit
ffe83b1d2d
7 changed files with 12 additions and 12 deletions
|
|
@ -568,7 +568,7 @@ void PostEffect::initPersistFields()
|
|||
addField( "renderBin", TypeRealString, Offset( mRenderBin, PostEffect ),
|
||||
"Name of a renderBin, used if renderTime is PFXBeforeBin or PFXAfterBin." );
|
||||
|
||||
addFieldV( "renderPriority", TypeRangedF32, Offset( mRenderPriority, PostEffect ), &CommonValidators::PositiveFloat,
|
||||
addField( "renderPriority", TypeS16, Offset( mRenderPriority, PostEffect ),
|
||||
"PostEffects are processed in DESCENDING order of renderPriority if more than one has the same renderBin/Time." );
|
||||
|
||||
addField( "allowReflectPass", TypeBool, Offset( mAllowReflectPass, PostEffect ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue