mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user