Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theolaos committed Feb 25, 2024
1 parent 8343796 commit 52dcaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spritestack.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def loading_sprite_stack(dir):
if multiple_sprites:
images2 = loading_sprite_stack(dir2)

images1 = loading_sprite_stack(dir2)
images1 = loading_sprite_stack(dir1)


clock = pygame.time.Clock()
Expand Down

0 comments on commit 52dcaec

Please sign in to comment.