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() {
|
||||
println!("{}", window.wait_events());
|
||||
|
||||
println!("pos: {}", window.get_position());
|
||||
|
||||
gl::Clear(gl::COLOR_BUFFER_BIT);
|
||||
|
||||
window.swap_buffers();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue