Skip to content
Snippets Groups Projects
Commit a913df6e authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6092 51575b47-30f0-44d4-a5cc-537603b46e54
parent 415f1c1b
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,8 @@ end
function _M:scan(dir, radius, sx, sy, filter)
sx = sx or self.target.x
sy = sy or self.target.y
if not sx or not sy then return end
radius = radius or 20
local actors = {}
local checker = function(_, x, y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment