mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-23 13:48:23 +00:00
Fix a bug where the random event in Week 3 would always trigger
This commit is contained in:
parent
e2c287e112
commit
4c1b4859e7
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit 80cfbbdebad184f2f5429677a0ac05f95cef6706
|
Subproject commit 5a4dea425190d192f4f242a189a8daf5779efb8b
|
|
@ -376,7 +376,7 @@ class BaseCharacter extends Bopper
|
||||||
{
|
{
|
||||||
if (isAnimationFinished())
|
if (isAnimationFinished())
|
||||||
{
|
{
|
||||||
trace('Not playing hold (${getCurrentAnimation()}) (${isAnimationFinished()}, ${getCurrentAnimation().endsWith(Constants.ANIMATION_HOLD_SUFFIX)}, ${hasAnimation(getCurrentAnimation() + Constants.ANIMATION_HOLD_SUFFIX)})');
|
// trace('Not playing hold (${getCurrentAnimation()}) (${isAnimationFinished()}, ${getCurrentAnimation().endsWith(Constants.ANIMATION_HOLD_SUFFIX)}, ${hasAnimation(getCurrentAnimation() + Constants.ANIMATION_HOLD_SUFFIX)})');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue