rust-windowing/glutin

Apparent typo '&' vs '&&' in examples lib

softmoth opened this issue · 1 comments

I believe the transparency check is using & instead of &&. I just happened to be reading the code and noticed it.

https://github.com/rust-windowing/glutin/blob/master/glutin_examples/src/lib.rs#L54

They work the same for bool.