Skip to content

Commit

Permalink
Fixup broken import path for ReflectDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Sep 10, 2023
1 parent c1fd875 commit 57072e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/bevy_ecs/src/schedule/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ use std::ops::Deref;
use crate as bevy_ecs;
use crate::change_detection::DetectChangesMut;
#[cfg(feature = "bevy_reflect")]
use crate::reflect::{ReflectDefault, ReflectResource};
use crate::reflect::ReflectResource;
use crate::schedule::ScheduleLabel;
use crate::system::Resource;
use crate::world::World;
#[cfg(feature = "bevy_reflect")]
use bevy_reflect::std_traits::ReflectDefault;

pub use bevy_ecs_macros::States;

Expand Down

0 comments on commit 57072e8

Please sign in to comment.