forked from pyrex/chameleonic
use fmt in a commented-out debug logging block
This commit is contained in:
parent
46f1339e19
commit
3e2229be65
@ -1088,7 +1088,7 @@ function rope:draw(artificial_px,artificial_py)
|
|||||||
if (anch.ady>0) y-=1
|
if (anch.ady>0) y-=1
|
||||||
end
|
end
|
||||||
rectfill(x-1,y-1,x+1,y+1,12)
|
rectfill(x-1,y-1,x+1,y+1,12)
|
||||||
print("ax="..n1.ax..",ay="..n1.ay,72,sy)
|
print(fmt("ax=%v,ay=%v",n1.ax,n1.ay),72,sy)
|
||||||
sy+=7
|
sy+=7
|
||||||
|
|
||||||
local n0=n1.prev
|
local n0=n1.prev
|
||||||
|
Loading…
Reference in New Issue
Block a user