Преглед изворни кода

deserializeSystems在Add Assembly时漏掉了一个清空操作

tanghai пре 7 година
родитељ
комит
9dcd570502
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Unity/Assets/Model/Base/Object/EventSystem.cs

+ 1 - 0
Unity/Assets/Model/Base/Object/EventSystem.cs

@@ -72,6 +72,7 @@ namespace ETModel
 			this.startSystems.Clear();
 			this.loadSystems.Clear();
 			this.changeSystems.Clear();
+			this.deserializeSystems.Clear();
 
 			foreach (Type type in types[typeof(ObjectSystemAttribute)])
 			{