mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
Finish Removing snake_case from Drawing Methods
This commit is contained in:
@@ -1172,7 +1172,7 @@ static int32_t ConsoleCommandSet(InteractiveConsole& console, const arguments_t&
|
||||
gConfigFonts.EnableHinting = (int_val[0] != 0);
|
||||
ConfigSaveDefault();
|
||||
console.Execute("get enable_hinting");
|
||||
ttf_toggle_hinting();
|
||||
TTFToggleHinting();
|
||||
}
|
||||
#endif
|
||||
else if (invalidArgs)
|
||||
|
||||
Reference in New Issue
Block a user