aboutsummaryrefslogtreecommitdiffstats
path: root/Assets/Scripts/LevelController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/LevelController.cs')
-rw-r--r--Assets/Scripts/LevelController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Assets/Scripts/LevelController.cs b/Assets/Scripts/LevelController.cs
index 7113fe8..d79bc3b 100644
--- a/Assets/Scripts/LevelController.cs
+++ b/Assets/Scripts/LevelController.cs
@@ -65,7 +65,6 @@ public class LevelController : MonoBehaviour
{
foreach (GameObject obj in gameObjects)
{
- PrefabUtility.RevertPrefabInstance(obj, InteractionMode.AutomatedAction);
Instantiate(obj);
}
}