Skip to content

Commit

Permalink
update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Aug 16, 2021
1 parent ca04da7 commit f57b0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy_static::lazy_static! {
options.set_encryption_key(key);
options.enabled_on_debug_build = true;
options.encode_file_names = true;
options.asset_bundle_name = "a/assets.bin".into();
// options.asset_bundle_name = "a/assets.bin".into();
options
};
}

0 comments on commit f57b0f7

Please sign in to comment.