mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
Made the SystemView grid animation slightly longer/slower.
This commit is contained in:
parent
cb4f78b763
commit
4e56dafc59
|
@ -357,7 +357,7 @@ void SystemView::onCursorChanged(const CursorState& state)
|
|||
float timeDiff {1.0f};
|
||||
|
||||
if (mGrid != nullptr) {
|
||||
animTime = 250.0f;
|
||||
animTime = 300.0f;
|
||||
timeMin = 100.0f;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue