Let me make sure of your question first. Are you talking about the debug collision box around your sprite/body?
You might have enabled debugDraw. Just make sure that you don't have this code: local debugDraw = b2.DebugDraw.new() world:setDebugDraw(debugDraw) stage:addChild(debugDraw)
Comments
You might have enabled debugDraw. Just make sure that you don't have this code:
local debugDraw = b2.DebugDraw.new()
world:setDebugDraw(debugDraw)
stage:addChild(debugDraw)
Likes: Lono9000, antix, ar2rsawseen