Fixed indentation.
This commit is contained in:
parent
af4237de77
commit
368b7a40b5
@ -54,7 +54,7 @@ void cExpOrb::Tick(float a_Dt, cChunk & a_Chunk)
|
|||||||
Destroy(true);
|
Destroy(true);
|
||||||
}
|
}
|
||||||
a_Distance.Normalize();
|
a_Distance.Normalize();
|
||||||
a_Distance *= ((float) (5.5 - Distance));
|
a_Distance *= ((float) (5.5 - Distance));
|
||||||
SetSpeedX( a_Distance.x );
|
SetSpeedX( a_Distance.x );
|
||||||
SetSpeedY( a_Distance.y );
|
SetSpeedY( a_Distance.y );
|
||||||
SetSpeedZ( a_Distance.z );
|
SetSpeedZ( a_Distance.z );
|
||||||
|
Loading…
Reference in New Issue
Block a user