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

Bug: make atlas loader use absolute paths #500

Closed
wants to merge 1 commit into from

Conversation

JonnyCodes
Copy link

Hi,
We are getting an issue, where if we use absolute paths for an atlas it tries to load textures from the incorrect url. I narrowed it down to it not loading textures using an absolute path.

There is some discussion about it in this thread, #493

@klesun
Copy link

klesun commented May 25, 2023

@miltoncandelero please accept this PR! The library is not usable at current version without it!

@miltoncandelero
Copy link
Contributor

The problem was not absolute paths but paths with dots inside of them due to an upstream bug in pixi. This PR would have duplicated the leading slash in cases where the path didn't have the dot issue.

This commit is a better workarround

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.

4 participants