mirror of
https://github.com/lightsoutgames/bevy_openal.git
synced 2024-11-13 21:25:56 +00:00
Make loader private.
This commit is contained in:
parent
78d36aa4d2
commit
7055c53b9a
|
@ -30,7 +30,7 @@ pub struct Buffer {
|
|||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, Default)]
|
||||
pub struct BufferAssetLoader;
|
||||
struct BufferAssetLoader;
|
||||
|
||||
impl AssetLoader for BufferAssetLoader {
|
||||
fn load<'a>(
|
||||
|
|
Loading…
Reference in New Issue
Block a user