Skip to content

Commit

Permalink
fix freeplay transition
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed Aug 11, 2024
1 parent 3ff19ff commit 02bacdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/love/states/menu/menuFreeplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ return {
if menuNum == 2 then
status.setLoading(true)

graphics:doStickerTrans(
graphics:fadeOutWipe(
0.7,
function()
songAppend = allWeeks[weekNum].songs[songNum].diffs[songDifficulty][1]
Expand Down

0 comments on commit 02bacdf

Please sign in to comment.