Skip to content

Commit

Permalink
mention error diffusion in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
spacek531 committed Mar 10, 2023
1 parent 8a2bb2f commit f951609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rct-graphics-helper/properties/general_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class GeneralProperties(bpy.types.PropertyGroup):

dithering_strength = bpy.props.IntProperty(
name = "Dithering Strength",
description = "Floyd-Steinberg dithering strength",
description = "Floyd-Steinberg error diffusion",
default = 35,
min = 1,
max = 100
Expand Down

0 comments on commit f951609

Please sign in to comment.