fixed things up for proper 0.16 release
This commit is contained in:
@@ -110,7 +110,7 @@ fn clean_up_default_hands(
|
||||
) {
|
||||
for e in &query {
|
||||
debug!("removing default hand entity");
|
||||
cmds.entity(e).despawn_recursive();
|
||||
cmds.entity(e).despawn();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ use openxr::PassthroughCapabilityFlagsFB;
|
||||
use crate::layer_builder::PassthroughLayer;
|
||||
use crate::resources::*;
|
||||
use crate::session::OxrSession;
|
||||
use crate::types::*;
|
||||
|
||||
pub struct OxrPassthroughPlugin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user