Skip to content

Commit

Permalink
Merge pull request #733 from PaologGithub/master
Browse files Browse the repository at this point in the history
Changed __init__.py to repair a bug that I made
  • Loading branch information
pokepetter authored Oct 26, 2024
2 parents 7f107a7 + 272a7e3 commit b694ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ursina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

from ursina.text import Text
from ursina.mesh import Mesh, MeshModes
from ursina.prefabs.nine_slice import NineSlice
from ursina.models.procedural.nine_slice import NineSlice

from ursina.prefabs.sprite import Sprite
from ursina.prefabs.button import Button
Expand Down

0 comments on commit b694ee0

Please sign in to comment.