mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed a fade transition issue in SystemView.
This commit is contained in:
parent
369cc7684b
commit
b7c947fb86
|
@ -55,10 +55,9 @@ SystemView::~SystemView()
|
|||
|
||||
void SystemView::onShow()
|
||||
{
|
||||
if (mFadeTransitions) {
|
||||
finishAnimation(0);
|
||||
mTransitionAnim = false;
|
||||
}
|
||||
finishAnimation(0);
|
||||
mFadeOpacity = 0.0f;
|
||||
mTransitionAnim = false;
|
||||
}
|
||||
|
||||
void SystemView::onTransition()
|
||||
|
|
Loading…
Reference in a new issue