1
0

Fix issues below y = 0

This commit is contained in:
LogicParrot
2016-04-18 21:58:57 +03:00
parent 0f6d8dcbfa
commit 250e50c01e
4 changed files with 21 additions and 11 deletions

View File

@@ -182,12 +182,6 @@ void cPickup::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
Destroy(true);
return;
}
if (GetPosY() < VOID_BOUNDARY) // Out of this world and no more visible!
{
Destroy(true);
return;
}
}