remove NotShadowReceiver from AR avatars (looks more natural in dark)
This commit is contained in:
parent
495a45d8c4
commit
3ffcfcf522
|
@ -1313,7 +1313,6 @@ fn spawn_entities(
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
NotShadowCaster,
|
NotShadowCaster,
|
||||||
NotShadowReceiver,
|
|
||||||
));
|
));
|
||||||
load_asset(ar_asset_name.as_str(), &mut entitycmd, &*asset_server);
|
load_asset(ar_asset_name.as_str(), &mut entitycmd, &*asset_server);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue