diff --git a/ggdt/src/system/mod.rs b/ggdt/src/system/mod.rs index 5446409..d1f4431 100644 --- a/ggdt/src/system/mod.rs +++ b/ggdt/src/system/mod.rs @@ -57,7 +57,7 @@ pub enum SystemError { SDLError(String), #[error("System audio error: {0}")] - AudioError(#[from] crate::audio::AudioError), + AudioError(#[from] AudioError), } /// Builder for configuring and constructing an instance of [`System`].