Update README.md
This commit is contained in:
parent
68da50085f
commit
83854e27a6
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ pub fn main() !void {
|
|||
|
||||
// Wait for the user to close the window.
|
||||
while (!window.shouldClose()) {
|
||||
glfw.pollEvents();
|
||||
try glfw.pollEvents();
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue