mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
When using math operators +,-,*,/ in an LSL script with an LSLFloat and an integer literal the wrong result is returned. This patch adds operators to the LSLFloat type to handle this case.