Gamua / Starling-Framework

The Cross Platform Game Engine
http://www.starling-framework.org
Other
2.84k stars 819 forks source link

initialized helper matrix to reduce allocations #935

Closed bwhiting closed 7 years ago

bwhiting commented 7 years ago

Noticed a number of Matrix3D allocations in filters and thought this should have been initialized.

PrimaryFeather commented 7 years ago

Great find, thanks a lot! Indeed, that was the way I actually intended using this matrix. 😬 Thanks!