mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Fixed marquee effect staying on when changing systems.
This commit is contained in:
parent
861297ae25
commit
1b71abd44c
|
@ -10,7 +10,7 @@
|
|||
#include <memory>
|
||||
#include "../Sound.h"
|
||||
|
||||
#define MARQUEE_DELAY 600
|
||||
#define MARQUEE_DELAY 900
|
||||
#define MARQUEE_SPEED 16
|
||||
#define MARQUEE_RATE 3
|
||||
|
||||
|
@ -315,6 +315,8 @@ void TextListComponent<T>::clear()
|
|||
{
|
||||
mRowVector.clear();
|
||||
mSelection = 0;
|
||||
mMarqueeOffset = 0;
|
||||
mMarqueeTime = -MARQUEE_DELAY;
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Reference in a new issue