Skip to content

Commit

Permalink
Fix bug from earlier texture check-in
Browse files Browse the repository at this point in the history
  • Loading branch information
pvcraven committed Feb 8, 2020
1 parent 83170d8 commit a8f64cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arcade/texture.py
Expand Up @@ -43,8 +43,7 @@ def __init__(self, name: str, image: PIL.Image = None):
from arcade.sprite import Sprite
from arcade.sprite_list import SpriteList

self._name = name
# self.texture = None
self.name = name
self.image = image
self._sprite: Optional[Sprite] = None
self._sprite_list: Optional[SpriteList] = None
Expand Down

0 comments on commit a8f64cf

Please sign in to comment.