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

Fix asset caching #624

Merged
merged 2 commits into from
May 19, 2021
Merged

Fix asset caching #624

merged 2 commits into from
May 19, 2021

Conversation

AstraLuma
Copy link
Member

Closes #623

@AstraLuma AstraLuma requested a review from a team as a code owner May 18, 2021 16:33
@@ -28,6 +28,7 @@ class Sound(assetlib.Asset):
# This is wrapping a ctypes.POINTER(Mix_Chunk)

def background_parse(self, data):
print("Sound.background_parse", repr(self), flush=True)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to leave the print debugging here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not at all

Copy link
Collaborator

@pathunstrom pathunstrom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

bors r+

@bors bors bot merged commit d1c41f7 into ppb:canon May 19, 2021
@AstraLuma AstraLuma deleted the recache-assets branch May 19, 2021 14:14
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 this pull request may close these issues.

Assets aren't cached properly
2 participants