Clarify Transform scaled Method description.

(cherry picked from commit 19c8b0be45)
This commit is contained in:
Markus Sauermann 2020-04-10 22:27:45 +02:00 committed by Rémi Verschelde
parent 5f5ef98832
commit e88cde0415
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
<argument index="0" name="scale" type="Vector3">
</argument>
<description>
Scales the transform by the given scale factor, using matrix multiplication.
Scales basis and origin of the transform by the given scale factor, using matrix multiplication.
</description>
</method>
<method name="translated">