Commit 8020b34
committed
Refactor B2WorldOverlapContext constructor to use 'in' modifier for B2ShapeProxy
- Updated `B2WorldOverlapContext` constructor to accept `B2ShapeProxy` by reference using the `in` keyword.
- This change avoids unnecessary copying of the `B2ShapeProxy` struct, improving performance.1 parent ab7824e commit 8020b34
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments