diff --git a/examples/screenshot.rs b/examples/screenshot.rs index a09c1facb..4bc87811a 100644 --- a/examples/screenshot.rs +++ b/examples/screenshot.rs @@ -33,7 +33,7 @@ fn main() { println!("Captured! Saving..."); - // Flip the ARGB image into a BGRA image. + // Flip the BGRA image into a RGBA image. let mut bitflipped = Vec::with_capacity(w * h * 4); let stride = buffer.len() / h;