Give up on using a vector in a subclass for now I guess?
This commit is contained in:
parent
27dd26bb32
commit
b2cd05043e
2 changed files with 2 additions and 9 deletions
|
@ -62,8 +62,6 @@ function Pixie:_normalizePosition()
|
|||
end
|
||||
|
||||
if changedX ~= 0 or changedY ~= 0 then
|
||||
-- call super to avoid the odd possibility that we recurse back into
|
||||
-- this function
|
||||
Pixie.super.moveTo(self, newX, newY)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue