Fix audio feature

This commit is contained in:
hodasemi 2024-08-27 11:42:24 +02:00
parent be69061dd9
commit 20332deb41

View file

@ -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 {