fix: rename bling animation
This commit is contained in:
parent
7020006e89
commit
cc29d5226b
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ enum Action {
|
||||||
Clear,
|
Clear,
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_frame(layout: Layout, frame: u32) -> RgbImage {
|
fn bling(layout: Layout, frame: u32) -> RgbImage {
|
||||||
#![allow(
|
#![allow(
|
||||||
clippy::cast_precision_loss,
|
clippy::cast_precision_loss,
|
||||||
clippy::cast_lossless,
|
clippy::cast_lossless,
|
||||||
|
|
Loading…
Reference in a new issue