Give up on using a vector in a subclass for now I guess?

This commit is contained in:
Anna Rose Wiggins 2023-09-27 03:05:50 -04:00
parent 27dd26bb32
commit b2cd05043e
2 changed files with 2 additions and 9 deletions

View file

@ -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