From 5ca062adbd443aea1955b751127b80ad54a7a694 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Fri, 29 Nov 2024 16:40:49 +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 732a661..1410c72 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(),