Bastien Sevajol 6 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,7 +53,7 @@ class BaseActor(Actor):
53 53
     ) -> None:
54 54
         self._mode = MODE_MAN_STAND_UP
55 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 57
         super().__init__(image_path, subject=subject, config=config)
58 58
 
59 59
         # Firing