mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Fixed an issue where the DateTimeComponent gamelist fadeout didn't work correctly
This commit is contained in:
parent
3fde1a89d5
commit
383968cc37
|
@ -126,6 +126,8 @@ std::string DateTimeComponent::getDisplayString() const
|
||||||
|
|
||||||
void DateTimeComponent::update(int deltaTime)
|
void DateTimeComponent::update(int deltaTime)
|
||||||
{
|
{
|
||||||
|
updateSelf(deltaTime);
|
||||||
|
|
||||||
if (!mClockMode || (mClockMode && !Settings::getInstance()->getBool("DisplayClock")))
|
if (!mClockMode || (mClockMode && !Settings::getInstance()->getBool("DisplayClock")))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue