mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 18:41:29 +00:00
Minor typo and docs URL fixes
This commit is contained in:
parent
0bc36c8954
commit
491ded1898
8 changed files with 8 additions and 8 deletions
|
|
@ -311,7 +311,7 @@ bool SceneReplicationInterface::is_rpc_visible(const ObjectID &p_oid, int p_peer
|
|||
if (tnode.remote_peer && uint32_t(p_peer) == tnode.remote_peer) {
|
||||
return true; // RPCs on spawned nodes are always visible to spawner.
|
||||
} else if (spawned_nodes.has(p_oid)) {
|
||||
// It's a spwaned node we control, this can be fast
|
||||
// It's a spawned node we control, this can be fast.
|
||||
if (p_peer) {
|
||||
return peers_info.has(p_peer) && peers_info[p_peer].spawn_nodes.has(p_oid);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue