From 8304361f0ab28b5d2f5ab5ed80df53b9c217df1b Mon Sep 17 00:00:00 2001 From: tanghai Date: Wed, 7 Nov 2018 10:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DdestroySystems=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=B8=85=E7=A9=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Unity/Assets/Model/Base/Object/EventSystem.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 72980096..80f72939 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ _ReSharper.CSharp/ Server/.DS_Store /Server/.vscode/ .vs/ +.objs/ diff --git a/Unity/Assets/Model/Base/Object/EventSystem.cs b/Unity/Assets/Model/Base/Object/EventSystem.cs index 302114b3..f874c595 100644 --- a/Unity/Assets/Model/Base/Object/EventSystem.cs +++ b/Unity/Assets/Model/Base/Object/EventSystem.cs @@ -72,6 +72,7 @@ namespace ETModel this.startSystems.Clear(); this.loadSystems.Clear(); this.changeSystems.Clear(); + this.destroySystems.Clear(); this.deserializeSystems.Clear(); foreach (Type type in types[typeof(ObjectSystemAttribute)]) -- GitLab