mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 22:05:40 +00:00
more spacing
This commit is contained in:
parent
e71c64e564
commit
8c5d5f9f06
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ void ScatterSky::initPersistFields()
|
|||
addField( "exposure", TypeF32, Offset( mExposure, ScatterSky ),
|
||||
"Controls the contrast of the sky and sun during daytime." );
|
||||
|
||||
addField( "zOffset", TypeF32, Offset( mZOffset, ScatterSky ),
|
||||
addField( "zOffset", TypeF32, Offset( mZOffset, ScatterSky ),
|
||||
"Offsets the scatterSky to avoid canvas rendering. Use 5000 or greater for the initial adjustment" );
|
||||
|
||||
endGroup( "ScatterSky" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue