Skip to content

Commit

Permalink
designated is include in repo settings, include in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Oct 14, 2024
1 parent 08493f9 commit 55c9273
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 @@ -92,7 +92,7 @@ class SM64_Properties(PropertyGroup):
# could be used for other properties outside animation
designated_prop: BoolProperty(
name="Designated Initialization for Animation Tables",
description="Extremely recommended but must be off when compiling with IDO",
description="Extremely recommended but must be off when compiling with IDO. Included in Repo Setting file",
)

animation: PointerProperty(type=SM64_AnimProperties)
Expand Down

0 comments on commit 55c9273

Please sign in to comment.