fix(item): item destroy not sending correctly
This commit is contained in:
@@ -40,7 +40,7 @@ impl Transform {
|
||||
static ZONEABLE_REGISTRY: Registry<Spatial> = Registry::new();
|
||||
|
||||
pub struct Spatial {
|
||||
node: Weak<Node>,
|
||||
pub node: Weak<Node>,
|
||||
parent: Mutex<Option<Arc<Spatial>>>,
|
||||
old_parent: Mutex<Option<Arc<Spatial>>>,
|
||||
transform: Mutex<Mat4>,
|
||||
|
||||
Reference in New Issue
Block a user