mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 22:51:08 +00:00
Fix node config warning not updating for Multiplayer{Spawner,Synchronizer}
This commit is contained in:
parent
99ff024f78
commit
6feb43200b
2 changed files with 2 additions and 0 deletions
|
|
@ -354,6 +354,7 @@ void MultiplayerSynchronizer::set_root_path(const NodePath &p_path) {
|
|||
_stop();
|
||||
root_path = p_path;
|
||||
_start();
|
||||
update_configuration_warnings();
|
||||
}
|
||||
|
||||
NodePath MultiplayerSynchronizer::get_root_path() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue