We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59751d6 commit aa3dd14Copy full SHA for aa3dd14
crates/bevy_render/src/extract_resource.rs
@@ -2,6 +2,7 @@ use std::marker::PhantomData;
2
3
use bevy_app::{App, Plugin};
4
use bevy_ecs::change_detection::DetectChanges;
5
+#[cfg(debug_assertions)]
6
use bevy_ecs::system::Local;
7
use bevy_ecs::system::{Commands, Res, ResMut, Resource};
8
pub use bevy_render_macros::ExtractResource;
0 commit comments