mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-30 16:17:42 +00:00
Extra newline removal.
Removes the extra line in code.
This commit is contained in:
parent
90f3a8f285
commit
a9c6b9ff8a
|
|
@ -352,7 +352,6 @@ class StoryMenuState extends MusicBeatState
|
||||||
}
|
}
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|
||||||
// TODO: Querying UI_RIGHT_P (justPressed) after UI_RIGHT always returns false. Fix it!
|
// TODO: Querying UI_RIGHT_P (justPressed) after UI_RIGHT always returns false. Fix it!
|
||||||
if (controls.UI_RIGHT_P)
|
if (controls.UI_RIGHT_P)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue