Bastien Sevajol 6 years ago
parent
commit
89199bac7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      synergine2_cocos2d/actor.py

+ 1 - 1
synergine2_cocos2d/actor.py View File

@@ -210,7 +210,7 @@ class Actor(AnimatedInterface, cocos.sprite.Sprite):
210 210
 
211 211
         self.image = self.get_current_mode_texture()
212 212
 
213
-    def update_image(self, new_image: pyglet.image.TextureRegion):
213
+    def update_image(self, new_image: pyglet.image.AbstractImage):
214 214
         if self._freeze:
215 215
             return
216 216