mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Apply suggestions from code review
shortened curnotekind line Co-authored-by: Abnormal <86753001+AbnormalPoof@users.noreply.github.com>
This commit is contained in:
parent
c3d53757ee
commit
a82e244584
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ class BaseCharacter extends Bopper
|
|||
{
|
||||
if (curNoteKind != null)
|
||||
{
|
||||
if (curNoteKind.noanim == false)
|
||||
if (!curNoteKind.noanim)
|
||||
{
|
||||
if (curNoteKind.suffix != '')
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue