Fix integer vector mul/div operators and bindings. - #57607
Merged
akien-mga merged 1 commit intoFeb 6, 2022
Merged
Conversation
akien-mga
reviewed
Feb 3, 2022
Member
There was a problem hiding this comment.
The documentation for the operators should be updated too as it documented the bugged behaviour.
This fixes #44408 and supersedes #44441 and keeps the same rule of int float returnig float, like with scalars.
WARNING: This most likely breaks GDScript *= operator for typed variables of V2i and V3i. @vnen should give it a check.