Merge pull request #318 from dskkato/patch-1

Fix a minor typo in docs/tutorial13-threading
pull/321/head
sotrh 2 years ago committed by GitHub
commit 5f98efef1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -107,7 +107,7 @@ impl Model {
}
```
We've parallelized loading the meshes, and making the vertex array for them. Propably a bit overkill, but `rayon` should prevent us from using too many threads.
We've parallelized loading the meshes, and making the vertex array for them. Probably a bit overkill, but `rayon` should prevent us from using too many threads.
<div class="note">

Loading…
Cancel
Save