From 02bf8cb3409f0abce7359c2cee367f49a2d01a50 Mon Sep 17 00:00:00 2001 From: Madeline Sparkles Date: Sat, 29 Jun 2024 12:12:00 +0800 Subject: [PATCH] fix build --- crates/bootstrap/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bootstrap/src/lib.rs b/crates/bootstrap/src/lib.rs index be722cd..b417824 100644 --- a/crates/bootstrap/src/lib.rs +++ b/crates/bootstrap/src/lib.rs @@ -89,6 +89,7 @@ impl ApplicationHandler for App { wgpu::FilterMode::Nearest, wgpu::FilterMode::Nearest, wgpu::FilterMode::Nearest, + wgpu::AddressMode::ClampToEdge, ); self.state.custom = Some(custom);