Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pvcraven/arcade
Browse files Browse the repository at this point in the history
  • Loading branch information
pvcraven committed May 28, 2018
2 parents 284586a + 2bcdb41 commit 4d6c6e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arcade/sprite_list.py
Expand Up @@ -346,9 +346,7 @@ def update_animation(self):
def move(self, change_x: float, change_y: float):
for sprite in self.sprite_list:
sprite.center_x += change_x
sprite.last_center_x += change_x
sprite.center_y += change_y
sprite.last_center_y += change_y

def draw(self, fast: bool = True):
"""
Expand Down

0 comments on commit 4d6c6e8

Please sign in to comment.