parent
705d07abb6
commit
34e2bbead7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ function Parent:drawCharset(charset, charId)
|
|||
if ((self:isMoving() and (not self.cantWalk)) or self.alwaysWalk) then
|
||||
self.charsetManager:drawMoving(self.charset, self.charId, self.charDir, x, y - z, self.isFast)
|
||||
else
|
||||
self.charsetManager:drawStanding(self.charset, self.charId, self.charDir, x, y - z, self.isFast)
|
||||
self.charsetManager:drawStanding(self.charset, self.charId, self.charDir, x, y - z)
|
||||
end
|
||||
else
|
||||
self.charsetManager:drawTurning(self.charset, self.charId, x, y - z, self.isFast)
|
||||
|
|
Loading…
Reference in a new issue