mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 11:22:17 -05:00
Fixed linux compile issue
This commit is contained in:
parent
9d12813282
commit
47ad3bdc47
@ -171,6 +171,9 @@ void Ship::GameOverlay::Draw() {
|
|||||||
case CVarType::String:
|
case CVarType::String:
|
||||||
this->TextDraw(30, textY, true, color, "%s %s", text, var->value.valueStr);
|
this->TextDraw(30, textY, true, color, "%s %s", text, var->value.valueStr);
|
||||||
break;
|
break;
|
||||||
|
case CVarType::RGBA:
|
||||||
|
this->TextDraw(30, textY, true, color, "#%08X", text, var->value.valueRGBA);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
free((void*) text);
|
free((void*) text);
|
||||||
|
Loading…
Reference in New Issue
Block a user