We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ed5c8 commit 780aa0eCopy full SHA for 780aa0e
net-pong/rust/src/paddle.rs
@@ -31,7 +31,7 @@ impl IArea2D for Paddle {
31
// Note: all RPCs consume their arguments as Variant
32
// this is a limitation of godot-rust
33
// we currently don't have a way to statically type RPCs the way we do for signals
34
- // so we have to use Variant and convert manually
+ // so we have to use a variant array slice and convert manually
35
let args = vslice![this.left, randf()];
36
area.rpc("bounce", args);
37
}
0 commit comments