From 88ea08a09a838bfb4cd0ed72eb4b07f18c3278e1 Mon Sep 17 00:00:00 2001 From: Denis NUTIU Date: Sat, 6 Jul 2019 13:21:39 +0300 Subject: [PATCH] Update project version & change destructible wall destroy tine --- Assets/Scripts/src/Wall/DestructibleWall.cs | 2 +- ProjectSettings/ProjectVersion.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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