mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
Rename field of all config categories
This commit is contained in:
@@ -533,7 +533,7 @@ static void TTFDrawStringRawTTF(RenderTarget& rt, std::string_view text, TextDra
|
||||
{
|
||||
int32_t drawX = info->x + fontDesc->offset_x;
|
||||
int32_t drawY = info->y + fontDesc->offset_y;
|
||||
uint8_t hintThresh = Config::Get().fonts.EnableHinting ? fontDesc->hinting_threshold : 0;
|
||||
uint8_t hintThresh = Config::Get().fonts.enableHinting ? fontDesc->hinting_threshold : 0;
|
||||
OpenRCT2::Drawing::IDrawingContext* dc = drawingEngine->GetDrawingContext();
|
||||
dc->DrawTTFBitmap(rt, info, surface, drawX, drawY, hintThresh);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user