mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Bugfix - small square in bottom right corner
Fixed a bug in OSUI created by the challenge icons that caused a small rectangle to appear in the bottom right corner of the screen.
This commit is contained in:
parent
e0f4111561
commit
e992225b88
@ -333,6 +333,8 @@ void OnScreenUI::DrawChallenges()
|
||||
std::lock_guard lg{*AchievementManager::GetInstance()->GetLock()};
|
||||
const AchievementManager::NamedIconMap& challenge_icons =
|
||||
AchievementManager::GetInstance()->GetChallengeIcons();
|
||||
if (challenge_icons.size() == 0)
|
||||
return;
|
||||
|
||||
const std::string window_name = "Challenges";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user