gladiusjs / gladius-core

Core library for Gladius
BSD 3-Clause "New" or "Revised" License
445 stars 48 forks source link

In-place multiplication in Transform is incorrect #194

Closed modeswitch closed 12 years ago

modeswitch commented 12 years ago

Due to a bug in the math library, in-place multiplicaiton that's used in Transform does not work. Short-term solution is to avoid this API. Refactored math library will solve it in the longer term.

modeswitch commented 12 years ago

@dperit This is causing the broken light behaviour we saw.

modeswitch commented 12 years ago

Fixed in wip-core.