mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
typofix
This commit is contained in:
parent
65e92fc50c
commit
7aa4ea75a6
|
|
@ -538,7 +538,7 @@ void PostEffect::initPersistFields()
|
||||||
addField( "targetScale", TypePoint2F, Offset( mTargetScale, PostEffect ),
|
addField( "targetScale", TypePoint2F, Offset( mTargetScale, PostEffect ),
|
||||||
"If targetSize is zero this is used to set a relative size from the current target." );
|
"If targetSize is zero this is used to set a relative size from the current target." );
|
||||||
|
|
||||||
addField("mipCap", TypePoint2F, Offset(mMipCap, PostEffect),
|
addField("mipCap", TypeS32, Offset(mMipCap, PostEffect),
|
||||||
"generate up to this many mips. 0 = all, 1 = none, >1 = as specified max."); //todo: de-stupid
|
"generate up to this many mips. 0 = all, 1 = none, >1 = as specified max."); //todo: de-stupid
|
||||||
|
|
||||||
addField( "targetSize", TypePoint2I, Offset( mTargetSize, PostEffect ),
|
addField( "targetSize", TypePoint2I, Offset( mTargetSize, PostEffect ),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue