Update README.md

This commit is contained in:
Ali Chraghi 2021-11-15 14:45:05 +03:30 committed by Stephen Gutekanst
parent e183711e5e
commit 80e609b0cb

View file

@ -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();
} }
} }
``` ```