diff --git a/src/guihandler/guihandler.rs b/src/guihandler/guihandler.rs index d33edd6..80e99d8 100644 --- a/src/guihandler/guihandler.rs +++ b/src/guihandler/guihandler.rs @@ -416,7 +416,7 @@ impl GuiHandler { #[cfg(feature = "audio")] pub(crate) fn context(&self) -> &Arc { - &self.context + &self._context } pub fn width(&self) -> u32 {