mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Blacken scoreboard after game since it doesn't have a region reserved on mobile
This commit is contained in:
@@ -87,6 +87,16 @@ void RefreshScoreboard (SInt16 mode)
|
||||
PortabilityLayer::MenuManager::GetInstance()->SetMenuVisible(false);
|
||||
}
|
||||
|
||||
void ClearScoreboard (void)
|
||||
{
|
||||
DrawSurface *surface = boardWindow->GetDrawSurface();
|
||||
|
||||
PortabilityLayer::ResolveCachingColor blackColor(StdColors::Black());
|
||||
surface->FillRect(boardWindow->GetSurfaceRect(), blackColor);
|
||||
MarkScoreboardPortDirty();
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------------------- HandleDynamicScoreboard
|
||||
|
||||
void HandleDynamicScoreboard (void)
|
||||
|
Reference in New Issue
Block a user