mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-18 04:45:39 +00:00
Fixed the gamelist fade-in animation which was too slow.
This commit is contained in:
parent
a443f86235
commit
7275f020f1
|
@ -13,7 +13,7 @@
|
||||||
#include "animations/LambdaAnimation.h"
|
#include "animations/LambdaAnimation.h"
|
||||||
|
|
||||||
#define FADE_IN_START_OPACITY 0.5f
|
#define FADE_IN_START_OPACITY 0.5f
|
||||||
#define FADE_IN_TIME 650
|
#define FADE_IN_TIME 325
|
||||||
|
|
||||||
GamelistView::GamelistView(FileData* root)
|
GamelistView::GamelistView(FileData* root)
|
||||||
: GamelistBase {root}
|
: GamelistBase {root}
|
||||||
|
|
Loading…
Reference in a new issue