mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +08:00
Dot product operator in LSL_Types.cs incorrectly returns a component-wise vector multiplication; it should return a scalar dot product. Thanks to M. Igarashi for the patch.