Some assets, some fixes to the scoreboard

This commit is contained in:
Tleety
2016-03-07 10:48:46 +01:00
parent 19ee66fc75
commit a8f2d0a8e6
4 changed files with 1148 additions and 1148 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ void ScoreScreenSystem::UpdateComponent(EntityWrapper& entity, ComponentWrapper&
if (it == m_PlayerIdentities.end()) {
break;
}
}
if(found == false) {
if(it->second.Team != currentTeam) {