From 3afad6cd84150f2c9fb30a61cb65e67204d0e1d1 Mon Sep 17 00:00:00 2001 From: tanghai Date: Wed, 10 Jan 2018 11:03:16 +0800 Subject: [PATCH] =?UTF-8?q?Endinit=E4=B8=AD=E4=B8=8D=E8=83=BD=E6=8A=8A?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E5=8A=A0=E5=88=B0ObjectEvents=E9=87=8C?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=90=A6=E5=88=99dbserver=E4=B8=AD=E4=BC=9A?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E5=A4=A7=E9=87=8Fupdate=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Unity/Assets/Scripts/Base/Object/Entity.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Unity/Assets/Scripts/Base/Object/Entity.cs b/Unity/Assets/Scripts/Base/Object/Entity.cs index 24fd578e..c393ad26 100644 --- a/Unity/Assets/Scripts/Base/Object/Entity.cs +++ b/Unity/Assets/Scripts/Base/Object/Entity.cs @@ -174,8 +174,6 @@ namespace Model { try { - ObjectEvents.Instance.Add(this); - this.componentDict.Clear(); if (this.components != null) -- GitLab