From a002b725678bded77fbaa42e625b92eb984b883a Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Fri, 29 Nov 2024 10:58:35 +0100 Subject: [PATCH] animations: build++ --- src/animations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animations.rs b/src/animations.rs index 1410c72..732a661 100644 --- a/src/animations.rs +++ b/src/animations.rs @@ -64,7 +64,7 @@ impl Shader for GayBarberShader { } impl IdleTask { - pub fn new>(surfaces: &mut S) -> Self { + pub fn new(surfaces: &mut S) -> Self { IdleTask { solid: surfaces.new_surface(&Rectangle::everything()).unwrap(), surface: surfaces.new_surface(&Rectangle::everything()).unwrap(),