mirror of
https://github.com/lightsoutgames/bevy_openal.git
synced 2024-11-21 17:05:55 +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)]
|
#[derive(Clone, Copy, Debug, Default)]
|
||||||
pub struct BufferAssetLoader;
|
struct BufferAssetLoader;
|
||||||
|
|
||||||
impl AssetLoader for BufferAssetLoader {
|
impl AssetLoader for BufferAssetLoader {
|
||||||
fn load<'a>(
|
fn load<'a>(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user