chore: update stardust crates
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -132,6 +132,7 @@ impl Reify for App {
|
||||
.field_transform(Transform::from_rotation(Quat::from_rotation_x(FRAC_PI_2)))
|
||||
.pointer_mode(PointerMode::Align)
|
||||
.max_distance(0.05)
|
||||
.reparentable(false)
|
||||
.build()
|
||||
.child(self.create_model())
|
||||
.children(self.launched.load(Ordering::Relaxed).then(|| {
|
||||
|
||||
@@ -29,7 +29,7 @@ impl<State: ValidState> CustomElement<State> for AppLauncher<State> {
|
||||
_resource: &mut Self::Resource,
|
||||
) -> Result<Self::Inner, Self::Error> {
|
||||
let spatial = Spatial::create(
|
||||
info.parent_space.client()?.get_root(),
|
||||
info.parent_space.client().get_root(),
|
||||
Transform::identity(),
|
||||
false,
|
||||
)?;
|
||||
|
||||
Reference in New Issue
Block a user