mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Remove printing position in example
This commit is contained in:
@@ -23,8 +23,6 @@ fn main() {
|
||||
while !window.should_close() {
|
||||
println!("{}", window.wait_events());
|
||||
|
||||
println!("pos: {}", window.get_position());
|
||||
|
||||
gl::Clear(gl::COLOR_BUFFER_BIT);
|
||||
|
||||
window.swap_buffers();
|
||||
|
||||
Reference in New Issue
Block a user