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