Fixed linux compile issue

pull/1047/head
Nicholas Estelami 10 months ago
parent 9d12813282
commit 47ad3bdc47

@ -171,6 +171,9 @@ void Ship::GameOverlay::Draw() {
case CVarType::String:
this->TextDraw(30, textY, true, color, "%s %s", text, var->value.valueStr);
break;
case CVarType::RGBA:
this->TextDraw(30, textY, true, color, "#%08X", text, var->value.valueRGBA);
break;
}
free((void*) text);

Loading…
Cancel
Save