summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/scene_prepare.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/scene_prepare.rs b/client/src/scene_prepare.rs
index cf94bbf..2b3e2e7 100644
--- a/client/src/scene_prepare.rs
+++ b/client/src/scene_prepare.rs
@@ -79,7 +79,7 @@ pub struct ScenePreparer {
queue: Arc<Queue>,
texture_bgl: BindGroupLayout,
- textures: DemandMap<Resource<Image>, (Arc<Texture>, Arc<BindGroup>)>,
+ textures: DemandMap<Resource<Image<'static>>, (Arc<Texture>, Arc<BindGroup>)>,
placeholder_textures: DemandMap<bool, (Arc<Texture>, Arc<BindGroup>)>,
index_buffers: DemandMap<Resource<Vec<[u32; 3]>>, (Arc<Buffer>, u32)>,
vertex_buffers: DemandMap<Resource<Vec<f32>>, (Arc<Buffer>, u32)>,