mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +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.