Changed DamageIndicator.xml to not use a glowmap and not a depthsort.

This commit is contained in:
verysecrethero
2016-02-11 20:34:25 +01:00
parent 3301f66ad1
commit 8f500965d4
5 changed files with 19 additions and 12 deletions
@@ -16,6 +16,9 @@ void CapturePointHUDSystem::Update(double dt)
auto CapturePointHUDElements = m_World->GetComponents("CapturePointHUD");
auto CapturePoints = m_World->GetComponents("CapturePoint");
if (CapturePointHUDElements == nullptr) {
return;
}
for (auto& cCapturePointHUD : *CapturePointHUDElements) {
int HUD_ID = cCapturePointHUD["CapturePointNumber"];