mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
ScatterSky source line endings fix
This commit is contained in:
parent
808f1a5beb
commit
78242191ec
2 changed files with 124 additions and 124 deletions
|
|
@ -199,6 +199,7 @@ bool ScatterSky::onAdd()
|
||||||
|
|
||||||
// onNewDatablock for the server is called here
|
// onNewDatablock for the server is called here
|
||||||
// for the client it is called in unpackUpdate
|
// for the client it is called in unpackUpdate
|
||||||
|
|
||||||
if ( !Parent::onAdd() )
|
if ( !Parent::onAdd() )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
@ -896,7 +897,6 @@ void ScatterSky::_initCurves()
|
||||||
mCurves[4].addPoint( 1.98001f, 0.5f );
|
mCurves[4].addPoint( 1.98001f, 0.5f );
|
||||||
mCurves[4].addPoint( 2.0f, 1.0f );
|
mCurves[4].addPoint( 2.0f, 1.0f );
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScatterSky::_updateTimeOfDay( TimeOfDay *timeOfDay, F32 time )
|
void ScatterSky::_updateTimeOfDay( TimeOfDay *timeOfDay, F32 time )
|
||||||
{
|
{
|
||||||
setElevation( timeOfDay->getElevationDegrees() );
|
setElevation( timeOfDay->getElevationDegrees() );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue