mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-14 18:13:02 -06:00
Add native volume data saving support
This commit is contained in:
@@ -105,7 +105,7 @@ fn main() {
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
let storage = store::Store {};
|
||||
let mut storage = store::Store::new();
|
||||
|
||||
let mut volume = storage.volume().map_or_else(
|
||||
|| {
|
||||
|
||||
Reference in New Issue
Block a user