mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Remove printing position in example
This commit is contained in:
parent
aa7d88dbda
commit
1249ebed80
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ fn main() {
|
||||||
while !window.should_close() {
|
while !window.should_close() {
|
||||||
println!("{}", window.wait_events());
|
println!("{}", window.wait_events());
|
||||||
|
|
||||||
println!("pos: {}", window.get_position());
|
|
||||||
|
|
||||||
gl::Clear(gl::COLOR_BUFFER_BIT);
|
gl::Clear(gl::COLOR_BUFFER_BIT);
|
||||||
|
|
||||||
window.swap_buffers();
|
window.swap_buffers();
|
||||||
|
|
Loading…
Add table
Reference in a new issue