Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Nov 22, 2023
1 parent 95f645f commit 0eabf88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wideboy/sprites/tile_grid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def __repr__(self):

def update(self, frame, clock, delta, events):
super().update(frame, clock, delta, events)
dirty = False
for event in events:
if event.type == EVENT_HASS_STATESTREAM_UPDATE:
self.frames_to_update += 1
Expand Down Expand Up @@ -196,7 +195,7 @@ def render(self):


class VerticalCollapseTileGridCell(TileGridCell):
open: bool = True
open: bool = False
width: int = TILE_GRID_CELL_WIDTH
height_animator: Animator

Expand Down

0 comments on commit 0eabf88

Please sign in to comment.