Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assets aren't cached properly #623

Closed
AstraLuma opened this issue May 18, 2021 · 0 comments · Fixed by #624
Closed

Assets aren't cached properly #623

AstraLuma opened this issue May 18, 2021 · 0 comments · Fixed by #624

Comments

@AstraLuma
Copy link
Member

if you run targets.py, you'll see:

🐚 python examples/keyboard_and_mouse_controls/targets.py
INFO:ppb.engine:Entering context
DEBUG:ppb.vfs:Opening laser1.ogg (__main__, laser1.ogg)
DEBUG:ppb.vfs:Opening target.png (__main__, target.png)
DEBUG:ppb.vfs:Opening player.png (__main__, player.png)
DEBUG:ppb.vfs:Opening target.png (__main__, target.png)
DEBUG:ppb.vfs:Opening target.png (__main__, target.png)
DEBUG:ppb.vfs:Opening target.png (__main__, target.png)
DEBUG:ppb.vfs:Opening target.png (__main__, target.png)

This indicates that assets aren't caching properly.

bors bot added a commit that referenced this issue May 19, 2021
624: Fix asset caching r=pathunstrom a=AstraLuma

Closes #623

Co-authored-by: Jamie Bliss <jamie@ivyleav.es>
@bors bors bot closed this as completed in c9a5569 May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant