Turn off debug again for now

This commit is contained in:
Pyrex 2022-12-22 19:24:41 -08:00
parent cf352fd918
commit 10948ce4a5

View File

@ -965,6 +965,7 @@ function rope:draw(artificial_px,artificial_py)
end end
-- debug -- debug
--[[
local n1=self.src local n1=self.src
local sy=0 local sy=0
while true do while true do
@ -1011,6 +1012,7 @@ function rope:draw(artificial_px,artificial_py)
pset(x+p.adx,y,11) pset(x+p.adx,y,11)
pset(x,y+p.ady,11) pset(x,y+p.ady,11)
end end
]]--
end end
function rope:drag_dst(x,y) function rope:drag_dst(x,y)