forked from Not/srb2k-leaderboard
speed up invinc icons
This commit is contained in:
@ -863,7 +863,7 @@ local modePatches = {
|
||||
|
||||
local function modePatch(flag)
|
||||
if flag == F_SPBEXP then
|
||||
return PATCH[modePatches[flag]][(leveltime / 4) % 6]
|
||||
return PATCH[modePatches[flag]][(leveltime / 3) % 6]
|
||||
end
|
||||
return PATCH[modePatches[flag]]
|
||||
end
|
||||
|
Reference in New Issue
Block a user