Float, not Double
This commit is contained in:
parent
a1fd0b0335
commit
d89f03b90c
@ -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)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user