Skip to content

Commit

Permalink
Update image_loader.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Dec 6, 2024
1 parent 592b1b0 commit 4de1b93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/egui_extras/src/loaders/image_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ impl ImageLoader for ImageCrateLoader {
})
.sum()
}

fn frame_count(&self, _uri: &str) -> usize {
1
}
}

#[cfg(test)]
Expand Down

0 comments on commit 4de1b93

Please sign in to comment.