From 31ae23b7eb8cd0b688be07ae6cb4b5a96ee02a68 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 7 Jan 2025 00:56:35 +0100 Subject: a --- client/src/scene_prepare.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src') diff --git a/client/src/scene_prepare.rs b/client/src/scene_prepare.rs index 7b81c93..85db160 100644 --- a/client/src/scene_prepare.rs +++ b/client/src/scene_prepare.rs @@ -138,7 +138,7 @@ impl ScenePreparer { self.vertex_buffers_needed.insert(resource); }; } - Attribute::Texture(_resource) => todo!(), + Attribute::Texture(_resource, _ch) => todo!(), } } let mut normal = Vec::new(); @@ -152,7 +152,7 @@ impl ScenePreparer { self.vertex_buffers_needed.insert(resource); }; } - Attribute::Texture(_resource) => todo!(), + Attribute::Texture(_resource, _ch) => todo!(), } } let mut texcoord = Vec::new(); @@ -166,7 +166,7 @@ impl ScenePreparer { self.vertex_buffers_needed.insert(resource); }; } - Attribute::Texture(_resource) => todo!(), + Attribute::Texture(_resource, _ch) => todo!(), } } if texcoord.len() == 2 && normal.len() == 3 && position.len() == 3 { -- cgit v1.2.3-70-g09d2