Skip to content

Commit d13823d

Browse files
banooltoasteater
authored andcommitted
Connect to server from client in RPC example
1 parent a24a5a8 commit d13823d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rpc/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl ServerPuppet {
3131

3232
let tree = owner.get_tree().expect("could not retreive SceneTree");
3333
let tree = unsafe { tree.assume_safe() };
34-
34+
3535
tree.set_network_peer(peer);
3636

3737
tree.connect(

0 commit comments

Comments
 (0)