From 02f261a85a2112ed1f47ceae97d7ebb631b41275 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Wed, 15 Mar 2023 22:23:05 +0000 Subject: [PATCH] added more logs to test --- src/render.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/render.rs b/src/render.rs index 2ae1784..ed8a7cd 100644 --- a/src/render.rs +++ b/src/render.rs @@ -158,6 +158,7 @@ impl Render { pub fn add_animation(&mut self, animation: Animation) { println!("Added animation"); + println!("aaa {}", 0.lerp(&255)); let mut key_frames = Vec::new();