ScatterSky source line endings fix

This commit is contained in:
DavidWyand-GG 2013-04-23 10:39:03 -04:00
parent 808f1a5beb
commit 78242191ec
2 changed files with 124 additions and 124 deletions

View file

@ -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() );