Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jul 15, 2024
1 parent ae9bb0a commit 1f88ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_asset_loader/src/loading_state/systems.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use bevy_ecs::schedule::Schedules;
use bevy_ecs::system::{Res, ResMut, Resource, SystemState};
use bevy_ecs::world::{FromWorld, World};
use bevy_log::{debug, info, trace, warn};
use bevy_state::state::{FreelyMutableState, State};
use bevy_state::state::{FreelyMutableState, NextState, State};
use std::any::{type_name, TypeId};
use std::marker::PhantomData;

Expand Down

0 comments on commit 1f88ac0

Please sign in to comment.