Bastien Sevajol 7 years ago
parent
commit
27b0c17e85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      opencombat/gui/actor.py

+ 1 - 1
opencombat/gui/actor.py View File

53
     ) -> None:
53
     ) -> None:
54
         self._mode = MODE_MAN_STAND_UP
54
         self._mode = MODE_MAN_STAND_UP
55
         self.weapon_image_applier = WeaponImageApplier(config, self)
55
         self.weapon_image_applier = WeaponImageApplier(config, self)
56
-        self.firing_texture_cache = {}  # type: typing.Dict[str, typing.Dict[typing.List[pyglet.image.TextureRegion]]  # nopep8
56
+        self.firing_texture_cache = {}  # type: typing.Dict[str, typing.Dict[str, typing.List[pyglet.image.AbstractImage]]  # nopep8
57
         super().__init__(image_path, subject=subject, config=config)
57
         super().__init__(image_path, subject=subject, config=config)
58
 
58
 
59
         # Firing
59
         # Firing