Fix Y-Position from arrow entity.
This commit is contained in:
parent
61b6fdde75
commit
d4f90259b8
@ -19,6 +19,7 @@ cArrowEntity::cArrowEntity(cEntity * a_Creator, double a_X, double a_Y, double a
|
||||
m_bIsCollected(false),
|
||||
m_HitBlockPos(Vector3i(0, 0, 0))
|
||||
{
|
||||
SetPosY(GetPosY() + a_Creator->GetHeight() - 0.1000000014901161);
|
||||
SetSpeed(a_Speed);
|
||||
SetMass(0.1);
|
||||
SetYawFromSpeed();
|
||||
|
Loading…
x
Reference in New Issue
Block a user