1
0
Fork 0

Fixed indentation.

This commit is contained in:
madmaxoft 2013-12-15 15:57:38 +01:00
parent af4237de77
commit 368b7a40b5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ void cExpOrb::Tick(float a_Dt, cChunk & a_Chunk)
Destroy(true);
}
a_Distance.Normalize();
a_Distance *= ((float) (5.5 - Distance));
a_Distance *= ((float) (5.5 - Distance));
SetSpeedX( a_Distance.x );
SetSpeedY( a_Distance.y );
SetSpeedZ( a_Distance.z );