Skip to content

Commit

Permalink
bump sm64 settings version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 16, 2024
1 parent ad21a1f commit 6308108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/sm64/settings/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SM64_Properties(PropertyGroup):
"""Global SM64 Scene Properties found under scene.fast64.sm64"""

version: IntProperty(name="SM64_Properties Version", default=0)
cur_version = 3 # version after property migration
cur_version = 4 # version after property migration

# UI Selection
show_importing_menus: BoolProperty(name="Show Importing Menus", default=False)
Expand Down

0 comments on commit 6308108

Please sign in to comment.