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

Changed __init__.py to repair a bug that I made #733

Merged
merged 2 commits into from
Oct 26, 2024

Conversation

PaologGithub
Copy link
Contributor

During the NineSliced pull request import, I forgot to change the import inside init.py,

Like this:
Before:
from ursina.prefabs.nine_sliced import NineSlice

After:
from ursina.models.procedural.nine_slice import NineSlice

Sorry :,(

@pokepetter pokepetter merged commit b694ee0 into pokepetter:master Oct 26, 2024
1 check passed
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.

2 participants