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

Fixes wishlist icons sometimes being broken #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jessica-W
Copy link

I was seeing an issue in my game where GridEnhanced had also defined strsplit in the global namespace and it was breaking the icons displayed next to wishlist items.

This PR swaps the naming of strsplit and AtlasLoot_strplit so that strsplit is the local function and AtlasLoot_strsplit is the global function to avoid name collisions that could break determining the texture for wishlist entries.

Swaps the naming of strsplit and AtlasLoot_strplit so that strsplit is
the local function and AtlasLoot_strsplit is the global function to
avoid name collisions that could break determining the texture for
wishlist entries.
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.

1 participant