1
0

Fixed build for older clang versions (#3935)

This commit is contained in:
Bond-009 2017-08-21 11:40:05 +02:00 committed by Alexander Harkness
parent a262bacc9d
commit ce87b73127

View File

@ -122,7 +122,7 @@ public:
return true;
}
virtual void OnDestroyed(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, int a_BlockX, int a_BlockY, int a_BlockZ)
virtual void OnDestroyed(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, int a_BlockX, int a_BlockY, int a_BlockZ) override
{
auto LeashKnot = cLeashKnot::FindKnotAtPos(a_WorldInterface, { a_BlockX, a_BlockY, a_BlockZ });