Bugfix: Adjust how sub-llops and part of anime animation handle

Attempts to address #332
This commit is contained in:
Luke D. Jones
2023-04-03 20:01:06 +12:00
parent ec5e6d2e7c
commit 3bdb03b1d8
6 changed files with 531 additions and 688 deletions

View File

@@ -212,7 +212,7 @@ pub fn run_animation(frames: &AnimeGif, callback: &dyn Fn(AnimeDataBuffer) -> Re
// TODO: Log this error
if matches!(callback(output), Ok(true)) {
info!("rog-anime: frame-loop callback asked to exit early");
info!("rog-anime: animation frame-loop callback asked to exit early");
return;
}