From 9385d9deb9547ac2ce101defb41849b9204bb388 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 4 Jan 2020 11:14:13 +0100 Subject: [PATCH] chore: remove forgotten print --- sonic-bluestreak.love/game/modules/world/maps/shoot.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/sonic-bluestreak.love/game/modules/world/maps/shoot.lua b/sonic-bluestreak.love/game/modules/world/maps/shoot.lua index 6bcfc10..ab719dd 100644 --- a/sonic-bluestreak.love/game/modules/world/maps/shoot.lua +++ b/sonic-bluestreak.love/game/modules/world/maps/shoot.lua @@ -238,7 +238,6 @@ end function ShootMap:drawChunks(x) local x = x or 0 local firstChunk = math.floor(x / (8*31)) - 2 - print(firstChunk) for i=1, 6 do local chunkID = firstChunk + i