mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -05:00
Fix for note splashes
This commit is contained in:
parent
d91c341bd2
commit
085d7aaa9d
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@ import funkin.play.notes.NoteDirection;
|
||||||
import funkin.play.notes.Strumline;
|
import funkin.play.notes.Strumline;
|
||||||
import funkin.play.notes.SustainTrail;
|
import funkin.play.notes.SustainTrail;
|
||||||
import funkin.play.scoring.Scoring;
|
import funkin.play.scoring.Scoring;
|
||||||
|
import funkin.NoteSplash;
|
||||||
import funkin.play.song.Song;
|
import funkin.play.song.Song;
|
||||||
import funkin.play.song.SongData.SongDataParser;
|
import funkin.play.song.SongData.SongDataParser;
|
||||||
import funkin.play.song.SongData.SongEventData;
|
import funkin.play.song.SongData.SongEventData;
|
||||||
|
@ -453,6 +454,8 @@ class PlayState extends MusicBeatState
|
||||||
}
|
}
|
||||||
instance = this;
|
instance = this;
|
||||||
|
|
||||||
|
NoteSplash.buildSplashFrames();
|
||||||
|
|
||||||
if (currentSong != null)
|
if (currentSong != null)
|
||||||
{
|
{
|
||||||
// Load and cache the song's charts.
|
// Load and cache the song's charts.
|
||||||
|
|
Loading…
Reference in a new issue