Merge pull request #76009 from Calinou/particles-attractor-strength-fix-typo
Fix `setrngth` typo in `particles_collision_set_attractor_strength()`
This commit is contained in:
commit
8bce5a88e1
2 changed files with 2 additions and 2 deletions
|
|
@ -2366,7 +2366,7 @@
|
|||
<method name="particles_collision_set_attractor_strength">
|
||||
<return type="void" />
|
||||
<param index="0" name="particles_collision" type="RID" />
|
||||
<param index="1" name="setrngth" type="float" />
|
||||
<param index="1" name="strength" type="float" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue