Skip to content

Commit 31d314b

Browse files
committed
remove Riemersma option from enum
1 parent 7674cef commit 31d314b

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
@@ -98,7 +98,7 @@ class GeneralProperties(bpy.types.PropertyGroup):
9898
name = "Dithering Mode",
9999
items = (
100100
("FloydSteinberg", "Floyd-Steinberg", "Applies Floyd-Steinberg dithering, a configurable dithering algorithm which produces 'grid' dithering.", 1),
101-
("Riemersma", "Riemersma", "Applies Riemrsma dithering, a dithering algorithm which produces more 'random' dithering.", 2)
101+
# ("Riemersma", "Riemersma", "Applies Riemrsma dithering, a dithering algorithm which produces more 'random' dithering.", 2)
102102
)
103103
)
104104

0 commit comments

Comments
 (0)