mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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()};
|
std::lock_guard lg{*AchievementManager::GetInstance()->GetLock()};
|
||||||
const AchievementManager::NamedIconMap& challenge_icons =
|
const AchievementManager::NamedIconMap& challenge_icons =
|
||||||
AchievementManager::GetInstance()->GetChallengeIcons();
|
AchievementManager::GetInstance()->GetChallengeIcons();
|
||||||
|
if (challenge_icons.size() == 0)
|
||||||
|
return;
|
||||||
|
|
||||||
const std::string window_name = "Challenges";
|
const std::string window_name = "Challenges";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user