1
0

Fixed trailing whitespace.

This commit is contained in:
Mattes D 2015-03-21 14:07:16 +01:00
parent 60a52288d8
commit 7e7527cc43

View File

@ -188,7 +188,7 @@ void cArrowEntity::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
} }
if (m_IsInGround) if (m_IsInGround)
{ {
if (!m_HasTeleported) // Sent a teleport already, don't do again if (!m_HasTeleported) // Sent a teleport already, don't do again
{ {
if (m_HitGroundTimer > std::chrono::milliseconds(500)) if (m_HitGroundTimer > std::chrono::milliseconds(500))