Skip to content

Commit

Permalink
Add line_wrap import to patches.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohnson57 committed Jul 31, 2023
1 parent fc36316 commit 11cb1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
from Spoiler import Spoiler
from Utils import data_path
from World import World
from TextBox import line_wrap
from texture_util import ci4_rgba16patch_to_ci8, rgba16_patch
from version import __version__

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '7.1.162'
__version__ = '7.1.163'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 0
Expand Down

0 comments on commit 11cb1f3

Please sign in to comment.