Skip to content

Commit

Permalink
crap, make sure events don't become a note (im looking at you old psy…
Browse files Browse the repository at this point in the history
…ch engine)
  • Loading branch information
GuglioIsStupid committed May 5, 2024
1 parent 91e255c commit 834a58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/love/modules/deprecated.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function weeks.legacyGenerateNotes(self, chart)
local noteVer = noteData[4] or "normal"
local holdLength = noteData[3] or 0

if noteVer == "Hurt Note" then goto continue end
if noteVer == "Hurt Note" or noteType < 0 then goto continue end

local id = noteType % 4 + 1

Expand Down

0 comments on commit 834a58a

Please sign in to comment.