This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
GFG_New
/
ET9_WebGL_Dev
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
修复:TimerComponent中的timers未删除可能导致泄露
tanghai
%!s(int64=8) %!d(string=hai) anos
pai
225f6ff846
achega
4e0a3a4444
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
Unity/Assets/Scripts/Component/TimerComponent.cs
+ 1
- 0
Unity/Assets/Scripts/Component/TimerComponent.cs
Ver ficheiro
@@ -55,6 +55,7 @@ namespace Model
{
continue;
}
+ this.timers.Remove(id);
timer.tcs.SetResult(true);
}
}