Skip to content

Commit

Permalink
Change TargetAsset default to None
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Jul 4, 2024
1 parent a3e5cbb commit 9eb7759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/targets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ impl<A: Asset> Clone for TargetAsset<A> {
#[cfg(feature = "bevy_asset")]
impl<A: Asset> Default for TargetAsset<A> {
fn default() -> Self {
TargetAsset::Asset(Default::default())
TargetAsset::None
}
}

Expand Down

0 comments on commit 9eb7759

Please sign in to comment.