mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
Fix typo: 'Viewport width' -> 'Viewport height' (#2615)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user