Browse Source

fix: 💩 fix the bug temporarily

tags/0.1.0
shangfengh 2 years ago
parent
commit
a9cd803693
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      logic/Gaming/ActionManager.cs

+ 1
- 0
logic/Gaming/ActionManager.cs View File

@@ -77,6 +77,7 @@ namespace Gaming
(
() =>
{
Thread.Sleep(GameData.frameDuration);
new FrameRateTaskExecutor<int>(
loopCondition: () => gameMap.Timer.IsGaming && threadNum == player.ThreadNum,
loopToDo: () =>


Loading…
Cancel
Save