Update README.md
This commit is contained in:
parent
e183711e5e
commit
80e609b0cb
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.
|
// Wait for the user to close the window.
|
||||||
while (!window.shouldClose()) {
|
while (!window.shouldClose()) {
|
||||||
glfw.pollEvents();
|
try glfw.pollEvents();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue