Fix setStickyColor() typo (#1127)

pull/1128/head
Simon-Claudius 3 years ago committed by GitHub
parent f5bbd61784
commit ec7db6a74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ class ActiveModColorEffect : public kaleidoscope::Plugin {
static void setOneShotColor(cRGB color) {
oneshot_color_ = color;
}
static void setOnestickyColor(cRGB color) {
static void setStickyColor(cRGB color) {
sticky_color_ = color;
}

Loading…
Cancel
Save