This commit is contained in:
2014-06-05 16:45:15 +02:00
parent 2f617727a4
commit 428ad2bae0
6 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace GUI
if (!health)
return false;
SetColor(glm::vec4(1.f, 1.f, 1.f, 1 - (health->Amount / 100.f * 2)));
SetColor(glm::vec4(1.f, 1.f, 1.f, 1 - (health->Amount / 100.f / 2.f)));
return true;
}