1
0

Float, not Double

This commit is contained in:
Howaner 2014-06-17 12:43:45 +02:00
parent a1fd0b0335
commit d89f03b90c

View File

@ -119,7 +119,7 @@ void cArrowEntity::OnHitEntity(cEntity & a_EntityHit, const Vector3d & a_HitPos)
(int)std::floor(GetPosX() * 8.0),
(int)std::floor(GetPosY() * 8.0),
(int)std::floor(GetPosZ() * 8.0),
0.5,
0.5F,
(float)(0.75 + ((float)((GetUniqueID() * 23) % 32)) / 64)
);