From 5bee1cd9e7aaa348e1c178d6791532312004eda7 Mon Sep 17 00:00:00 2001 From: Lilaa3 <87947656+Lilaa3@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:00:27 +0000 Subject: [PATCH] Second attempt --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index d37928e14..b575bedf6 100644 --- a/__init__.py +++ b/__init__.py @@ -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", )