2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-02-14 04:58:39 +00:00
bevy/crates/bevy_scene
Lixou 4209fcaeda Make spawn_dynamic return InstanceId ()
# Objective

Fixes  

## Solution

Make `SceneSpawner::spawn_dynamic` return `InstanceId` like other functions there.

---

## Changelog

Make `SceneSpawner::spawn_dynamic` return `InstanceId` instead of `()`.
2022-11-18 21:16:31 +00:00
..
src Make spawn_dynamic return InstanceId () 2022-11-18 21:16:31 +00:00
Cargo.toml [Fixes ] Bevy scene optional serde () 2022-11-14 23:08:22 +00:00