Merge branch 'networkFixes' of https://github.com/progtime-net/DangerousD into networkFixes

This commit is contained in:
AnloGames 2023-08-18 18:11:33 +03:00
commit d1719763ff

View file

@ -139,7 +139,7 @@ namespace DangerousD.GameCore
AppManager.Instance.DebugHUD.Log("sending");
AppManager.Instance.NetworkManager.SendMsg(AppManager.Instance.NetworkTasks.ToList());
AppManager.Instance.NetworkTasks.Clear();
_lastUpdate = gameTime.ElapsedGameTime.Milliseconds;
_lastUpdate = gameTime.TotalGameTime.Milliseconds;
}
}
foreach (var item in BackgroundObjects)