Skip to content

Commit f951609

Browse files
committed
mention error diffusion in tooltip
1 parent 8a2bb2f commit f951609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rct-graphics-helper/properties/general_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class GeneralProperties(bpy.types.PropertyGroup):
9696

9797
dithering_strength = bpy.props.IntProperty(
9898
name = "Dithering Strength",
99-
description = "Floyd-Steinberg dithering strength",
99+
description = "Floyd-Steinberg error diffusion",
100100
default = 35,
101101
min = 1,
102102
max = 100

0 commit comments

Comments
 (0)