Jelajahi Sumber

修复:TimerComponent中的timers未删除可能导致泄露

tanghai 8 tahun lalu
induk
melakukan
4e0a3a4444
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      Unity/Assets/Scripts/Component/TimerComponent.cs

+ 1 - 0
Unity/Assets/Scripts/Component/TimerComponent.cs

@@ -55,6 +55,7 @@ namespace Model
 					{
 					{
 						continue;
 						continue;
 					}
 					}
+					this.timers.Remove(id);
 					timer.tcs.SetResult(true);
 					timer.tcs.SetResult(true);
 				}				
 				}				
 			}
 			}