diff --git a/Assets/Scripts/src/Wall/DestructibleWall.cs b/Assets/Scripts/src/Wall/DestructibleWall.cs index c429116..6c27b55 100644 --- a/Assets/Scripts/src/Wall/DestructibleWall.cs +++ b/Assets/Scripts/src/Wall/DestructibleWall.cs @@ -64,7 +64,7 @@ namespace src.Wall { DebugHelper.LogInfo($"Destructible wall hit by explosion {transform.position}"); BeforeDestroy(); - Destroy(gameObject, .55f); + Destroy(gameObject); } } } \ No newline at end of file diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index f20e536..c19a8ba 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1 +1 @@ -m_EditorVersion: 2018.4.2f1 +m_EditorVersion: 2018.4.3f1