mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
Finish Removing snake_case from Drawing Methods
This commit is contained in:
@@ -33,7 +33,7 @@ static FontStyle InGameConsoleGetFontStyle()
|
||||
|
||||
static int32_t InGameConsoleGetLineHeight()
|
||||
{
|
||||
return font_get_line_height(InGameConsoleGetFontStyle());
|
||||
return FontGetLineHeight(InGameConsoleGetFontStyle());
|
||||
}
|
||||
|
||||
InGameConsole::InGameConsole()
|
||||
|
||||
Reference in New Issue
Block a user