fix: rename bling animation

This commit is contained in:
Xiretza 2022-06-17 21:07:12 +02:00
parent e383197483
commit d89e34115f
1 changed files with 1 additions and 1 deletions

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,