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();