Rename variable for now.
This commit is contained in:
parent
29405c7307
commit
d54dbedea5
|
@ -34,7 +34,7 @@ where
|
||||||
'a: 'static,
|
'a: 'static,
|
||||||
{
|
{
|
||||||
fn build(&self, app: &mut App) {
|
fn build(&self, app: &mut App) {
|
||||||
let core_config = *app.world.get_resource::<CoreConfig>().unwrap();
|
let _core_config = *app.world.get_resource::<CoreConfig>().unwrap();
|
||||||
/*if let Some(context) = app.world.get_resource::<Context>() {
|
/*if let Some(context) = app.world.get_resource::<Context>() {
|
||||||
context
|
context
|
||||||
.set_meters_per_unit(1. / core_config.pixels_per_unit as f32)
|
.set_meters_per_unit(1. / core_config.pixels_per_unit as f32)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user