Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
msparkles committed Jun 29, 2024
1 parent 86db33e commit 02bf8cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bootstrap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ impl<T: ExampleBody> ApplicationHandler for App<T> {
wgpu::FilterMode::Nearest,
wgpu::FilterMode::Nearest,
wgpu::FilterMode::Nearest,
wgpu::AddressMode::ClampToEdge,
);
self.state.custom = Some(custom);

Expand Down

0 comments on commit 02bf8cb

Please sign in to comment.