Update project version & change destructible wall destroy tine

This commit is contained in:
Denis-Cosmin Nutiu 2019-07-06 13:21:39 +03:00
parent 6b52c96eac
commit 88ea08a09a
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ namespace src.Wall
{
DebugHelper.LogInfo($"Destructible wall hit by explosion {transform.position}");
BeforeDestroy();
Destroy(gameObject, .55f);
Destroy(gameObject);
}
}
}

View file

@ -1 +1 @@
m_EditorVersion: 2018.4.2f1
m_EditorVersion: 2018.4.3f1