Fixed spelling mistake

pull/145/head
Raphael Van Hoffelen 3 years ago committed by GitHub
parent 37a7e12cea
commit 1699be127d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -375,7 +375,7 @@ struct State {
vertex_buffer: wgpu::Buffer,
// NEW!
index_buffer: wgpu::Buffer,
num_indicies: u32,
num_indices: u32,
}
```

Loading…
Cancel
Save