aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/window.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/window.rs b/examples/window.rs
index eeb500e..d827a05 100644
--- a/examples/window.rs
+++ b/examples/window.rs
@@ -14,7 +14,7 @@ fn main() {
gl::ClearColor(0.0, 1.0, 0.0, 1.0);
while !window.should_close() {
- window.wait_events();
+ println!("{}", window.wait_events());
gl::Clear(gl::COLOR_BUFFER_BIT);