Browse Source

Fix typo: 'Viewport width' -> 'Viewport height' (#2615)

pull/2564/merge
LEAVING 2 years ago
committed by GitHub
parent
commit
5029575ed0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      crates/epaint/src/shape.rs

2
crates/epaint/src/shape.rs

@ -768,7 +768,7 @@ pub struct ViewportInPixels {
/// Viewport width in physical pixels.
pub width_px: f32,
/// Viewport width in physical pixels.
/// Viewport height in physical pixels.
pub height_px: f32,
}

Loading…
Cancel
Save