Skip to content

Commit

Permalink
feat: Debug implemented for AssetMode (bevyengine#10494)
Browse files Browse the repository at this point in the history
# Objective

- Implements Debug for AssetMode

Closes bevyengine#10473

Co-authored-by: Sebastian Hamel <[email protected]>
  • Loading branch information
simbleau and seabassjh committed Nov 10, 2023
1 parent cbadc31 commit 2a036b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_asset/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ pub struct AssetPlugin {
pub mode: AssetMode,
}

#[derive(Debug)]
pub enum AssetMode {
/// Loads assets from their [`AssetSource`]'s default [`AssetReader`] without any "preprocessing".
///
Expand Down

0 comments on commit 2a036b6

Please sign in to comment.