Fix audio feature
This commit is contained in:
parent
be69061dd9
commit
20332deb41
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ impl GuiHandler {
|
||||||
|
|
||||||
#[cfg(feature = "audio")]
|
#[cfg(feature = "audio")]
|
||||||
pub(crate) fn context(&self) -> &Arc<dyn ContextInterface> {
|
pub(crate) fn context(&self) -> &Arc<dyn ContextInterface> {
|
||||||
&self.context
|
&self._context
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn width(&self) -> u32 {
|
pub fn width(&self) -> u32 {
|
||||||
|
|
Loading…
Reference in a new issue