Skip to content

Commit 7941a4d

Browse files
authored
Fix the name of the colors attribute on Custom Snow
1 parent 90ddb6e commit 7941a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ahorn/effects/customSnow.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SpringCollab2020CustomSnow
22

33
using ..Ahorn, Maple
44

5-
@mapdef Effect "SpringCollab2020/CustomSnow" CustomSnow(only::String="*", exclude::String="", color::String="FFFFFF,FFFFFF")
5+
@mapdef Effect "SpringCollab2020/CustomSnow" CustomSnow(only::String="*", exclude::String="", colors::String="FFFFFF,FFFFFF")
66

77
placements = CustomSnow
88

0 commit comments

Comments
 (0)