Update frame.rs
This commit is contained in:
parent
90fee3a923
commit
ca4257ff5c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ impl Frame {
|
||||||
self.size.width
|
self.size.width
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the width of the [`Frame`].
|
/// Returns the height of the [`Frame`].
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn height(&self) -> f32 {
|
pub fn height(&self) -> f32 {
|
||||||
self.size.height
|
self.size.height
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue