Skip to content

Commit 610ba07

Browse files
authored
Merge pull request #89 from Quatton/patch-1
Fixed minor explanation details on playing-with-buffers.md
2 parents dcf7ac2 + b0b77fa commit 610ba07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basic-3d-rendering/input-geometry/playing-with-buffers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ while (!ready) {
353353
}
354354
```
355355
356-
You could now see `Buffer 2 mapped with status 1` (1 being the value of `BufferMapAsyncStatus::Success`) when running your program. **However**, we never change the `ready` variable to `true`! So the program then **halts forever**... not great. That is why the next section shows how to pass some context to the callback.
356+
You could now see `Buffer 2 mapped with status 1` (1 being the value of `BufferMapAsyncStatus::Success`) when running your program. **However**, we never change the `ready` variable to `true`! So the program then **hangs forever**... not great. That is why the next section shows how to pass some context to the callback.
357357
358358
### Mapping context
359359

0 commit comments

Comments
 (0)