Skip to content

Commit

Permalink
Fix typo: 'Viewport width' -> 'Viewport height' (emilk#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
LEAVING-7 authored and lictex committed Jan 23, 2023
1 parent 62dd076 commit cea4f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/epaint/src/shape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit cea4f8c

Please sign in to comment.