Fix typo: 'Viewport width' -> 'Viewport height' (#2615)
This commit is contained in:
parent
30e49f1da2
commit
5029575ed0
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ pub struct ViewportInPixels {
|
||||||
/// Viewport width in physical pixels.
|
/// Viewport width in physical pixels.
|
||||||
pub width_px: f32,
|
pub width_px: f32,
|
||||||
|
|
||||||
/// Viewport width in physical pixels.
|
/// Viewport height in physical pixels.
|
||||||
pub height_px: f32,
|
pub height_px: f32,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue