fix teams
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
struct TeamList {
|
||||
std::array<Team, 2> m_Teams;
|
||||
|
||||
TeamList() : m_Teams{Team{TeamColor::Red}, Team{TeamColor::Blue}}{
|
||||
TeamList() : m_Teams{Team{TeamColor::Blue}, Team{TeamColor::Red}}{
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user