@@ -38,6 +38,7 @@ namespace GFGGame
public override void Dispose()
{
+ Timers.inst.Remove(UpdateTime);
if (_ui != null)
_ui.Dispose();