mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
GRIM: Don't activate all the keyframe animations on fadeIn.
This commit is contained in:
parent
48fb1532db
commit
a71ca9da39
@ -739,7 +739,6 @@ void KeyframeComponent::fade(FadeMode fadeMode, int fadeLength) {
|
||||
_anim._time = -1;
|
||||
_anim._fade = 0.f;
|
||||
_paused = false;
|
||||
activate();
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user