mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 05:21:31 +11:00
Remove printing position in example
This commit is contained in:
parent
aa7d88dbda
commit
1249ebed80
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue