Skip to content

Commit

Permalink
unreal_asset: allow raw exports for widget
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaturtlesandwich committed Apr 8, 2024
1 parent 8bae4f6 commit 2c893d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion unreal_asset/tests/general/pseudoregalia.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn pseudoregalia() -> Result<(), Error> {
)?;

shared::verify_binary_equality(test_asset, Some(asset_bulk), &mut asset)?;
assert!(shared::verify_all_exports_parsed(&asset));
// assert!(shared::verify_all_exports_parsed(&asset));
}

Ok(())
Expand Down

0 comments on commit 2c893d8

Please sign in to comment.