generated from GarandPLG/rust-flake-template
Rename soundtrack folder to soundtracks and fix path
Remove obsolete test2.ogg file.
This commit is contained in:
Binary file not shown.
@@ -48,7 +48,7 @@ static PRELOADED_SOUNDTRACKS: Lazy<RwLock<HashMap<Soundtrack, Arc<SoundtrackCach
|
|||||||
});
|
});
|
||||||
|
|
||||||
fn load_soundtrack_folder(folder: &str) -> SoundtrackCache {
|
fn load_soundtrack_folder(folder: &str) -> SoundtrackCache {
|
||||||
let base: String = format!("soundtrack/{}", folder);
|
let base: String = format!("soundtracks/{}", folder);
|
||||||
let mut cache: HashMap<SoundrackParts, Vec<u8>> = HashMap::new();
|
let mut cache: HashMap<SoundrackParts, Vec<u8>> = HashMap::new();
|
||||||
|
|
||||||
macro_rules! load {
|
macro_rules! load {
|
||||||
|
|||||||
Reference in New Issue
Block a user