animations: build++

This commit is contained in:
Victoria Fischer 2024-11-29 10:58:35 +01:00
parent 26a8924bc8
commit a002b72567

View File

@ -64,7 +64,7 @@ impl Shader for GayBarberShader {
}
impl<T: Surface> IdleTask<T> {
pub fn new<S: Surfaces<T>>(surfaces: &mut S) -> Self {
pub fn new<S: Surfaces<T>(surfaces: &mut S) -> Self {
IdleTask {
solid: surfaces.new_surface(&Rectangle::everything()).unwrap(),
surface: surfaces.new_surface(&Rectangle::everything()).unwrap(),