Skip to content

Commit

Permalink
chore: 🤖 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Mar 16, 2024
1 parent a6ac233 commit 025e2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo-player/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fn main() {
speed: 1.0,
use_frame_interpolation: true,
autoplay: true,
segments: vec![],
segment: vec![],
background_color: 0xffffffff,
layout: Layout::new(dotlottie_player_core::Fit::None, vec![1.0, 0.5]),
marker: "feather".to_string(),
Expand Down Expand Up @@ -253,7 +253,7 @@ fn main() {
speed: 1.0,
use_frame_interpolation: true,
autoplay: true,
segments: vec![10.0, 45.0],
segment: vec![10.0, 45.0],
background_color: 0xffffffff,
layout: Layout::default(),
marker: "".to_string(),
Expand Down

0 comments on commit 025e2e7

Please sign in to comment.