Skip to content

Commit

Permalink
Second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Jan 22, 2024
1 parent 257b3b7 commit 5bee1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class Fast64Settings_Properties(bpy.types.PropertyGroup):
)
prefer_ci_over_rgba: bpy.props.BoolProperty(
name="Prefer CI Over RGBA",
description="When enabled, fast64 will use ci instead of rgba even if the texture fits as an rgba16 for performance.",
description="When enabled, fast64 will default colored textures that fit ci requirements to ci instead of rgba even if the texture fits as an rgba16 for the sake of performance",
)


Expand Down

0 comments on commit 5bee1cd

Please sign in to comment.