fix: rename bling animation

This commit is contained in:
Xiretza 2022-06-17 21:07:12 +02:00
parent 7020006e89
commit cc29d5226b

View file

@ -86,7 +86,7 @@ enum Action {
Clear,
}
fn get_frame(layout: Layout, frame: u32) -> RgbImage {
fn bling(layout: Layout, frame: u32) -> RgbImage {
#![allow(
clippy::cast_precision_loss,
clippy::cast_lossless,