Fix Scheme 4 (#6038)

This commit is contained in:
Adrian Scillato 2019-07-08 16:00:22 -03:00 committed by GitHub
parent ecd288f32f
commit ff2d2357a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1688,7 +1688,6 @@ void LightRandomColor(void)
light_wheel = random(255);
LightWheel(light_wheel);
memcpy(light_current_color, light_entry_color, sizeof(light_current_color));
light_controller.changeChannels(light_current_color);
}
LightFade();
}