Skip to content

Commit e32a5ee

Browse files
committed
ditto
1 parent fb98479 commit e32a5ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/songs/thorns/cutscene.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function create() {
5353
else {
5454
timers.remove(swagTimer);
5555
camHUD.visible = true;
56-
self.startDialogue("assets/songs/" + PlayState.instance.SONG.meta.name.toLowerCase() + "/creepyDialogue.xml", self.close);
56+
self.startDialogue("assets/songs/" + PlayState.SONG.meta.name.toLowerCase() + "/creepyDialogue.xml", self.close);
5757
}
5858
}));
5959
});

0 commit comments

Comments
 (0)