mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix code style
This commit is contained in:
@@ -1045,11 +1045,11 @@ extern "C"
|
||||
return windowManager->ShowError(title, message);
|
||||
}
|
||||
|
||||
void context_update_map_tooltip()
|
||||
{
|
||||
auto windowManager = GetContext()->GetUiContext()->GetWindowManager();
|
||||
windowManager->UpdateMapTooltip();
|
||||
}
|
||||
void context_update_map_tooltip()
|
||||
{
|
||||
auto windowManager = GetContext()->GetUiContext()->GetWindowManager();
|
||||
windowManager->UpdateMapTooltip();
|
||||
}
|
||||
|
||||
void context_input_handle_keyboard(bool isTitle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user