Skip to content

Commit

Permalink
Made DetectChanges unconditionally imported due to it having is_chang…
Browse files Browse the repository at this point in the history
…ed now
  • Loading branch information
Guvante committed Jan 11, 2023
1 parent a480719 commit e3d15f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_render/src/extract_resource.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::marker::PhantomData;

use bevy_app::{App, Plugin};
#[cfg(debug_assertions)]
use bevy_ecs::change_detection::DetectChanges;
use bevy_ecs::system::Local;
use bevy_ecs::system::{Commands, Res, ResMut, Resource};
Expand Down

0 comments on commit e3d15f4

Please sign in to comment.