(staging_handle: f64)
| 1922 | |
| 1923 | #[wasm_bindgen] |
| 1924 | pub fn bloom_commit_music(staging_handle: f64) -> f64 { |
| 1925 | match bloom_shared::staging::take_sound(staging_handle) { |
| 1926 | Some(sd) => engine().audio.load_music(sd), |
| 1927 | None => 0.0, |
| 1928 | } |
| 1929 | } |
| 1930 | |
| 1931 | // ============================================================ |
| 1932 | // Platform detection |
nothing calls this directly
no test coverage detected