fix cute typo
This commit is contained in:
parent
5643fc0140
commit
c978855711
@ -70,7 +70,7 @@ function Collision:PlaceAt(x, y)
|
||||
end
|
||||
|
||||
function Collision:ContainsPoint(x, y)
|
||||
return x => self.from.x and
|
||||
return x >= self.from.x and
|
||||
y >= self.from.y and
|
||||
x <= self.to.x and
|
||||
y <= self.to.y
|
||||
|
Loading…
Reference in New Issue
Block a user