s3607057 (Angus Niven) 4 years ago
parent
commit
6699c42a2b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Assets/Scripts/Managers/GameManager.cs

+ 1
- 0
Assets/Scripts/Managers/GameManager.cs View File

@ -208,6 +208,7 @@ public class GameManager : MonoBehaviour
data.character.runOrder = order;
order++;
}
playerData = playerData.OrderBy(p => p.Value.character.runOrder).ToDictionary(p => p.Key, p => p.Value);
}
private IEnumerator WaitForPlayerInput()

Loading…
Cancel
Save