Add killstreak icon
This commit is contained in:
@@ -108,7 +108,7 @@ std::string TextPass::parseColors(std::string text, std::map<int, glm::vec4>& co
|
||||
}
|
||||
}
|
||||
|
||||
if (*(c + 1) > '0' && *(c + 1) < '9') { // Icons
|
||||
if (*(c + 1) >= '1' && *(c + 1) <= '9') { // Icons
|
||||
parsedString.replace(c, (c + 2), 1, (*(c + 1) - 48));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user