ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
209 stars 26 forks source link

Fixed Vec - Vec optimizations; Changed Ident Vector to Left - Left #185

Closed Protowalker closed 3 years ago

Protowalker commented 3 years ago

Currently this causes a regression in all of the optimizations that normally pre-compute with vectors (Distance Between, Angle Between Vectors, Etc.) because they don't see Subtract(Left, Left) as an identity vector.

Protowalker commented 3 years ago

This fixes #182

Protowalker commented 3 years ago

new commit fixes said regression.