Skip to content

Commit

Permalink
remjove print (will eat your performance grrr i hate std.io
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed May 6, 2024
1 parent 64a5f76 commit 2ced6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/love/stages/streets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ return {
--print(index, i, barHeight)
-- convert bar height from a number from 1-6
local animNum = math.floor(math.remap(barHeight, 0, 720, 1, 6))
print(index, i, animNum)
--print(index, i, animNum)
abotVisualizers[index]:animate(tostring(index) .. "_" .. tostring(animNum), false)
abotVisualizers[index]:draw()
index = index + 1
Expand Down

0 comments on commit 2ced6bd

Please sign in to comment.