You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In renderer.ts::getCursorPosition there are currently two arrays that are used to store the inverse Position of the supplied cursor and the object's scale, these cause unnecessary memory allocations at runtime. Can the array declarations be moved to outside of the function scope?
In
renderer.ts::getCursorPosition
there are currently two arrays that are used to store the inverse Position of the supplied cursor and the object's scale, these cause unnecessary memory allocations at runtime. Can the array declarations be moved to outside of the function scope?Thanks!
The text was updated successfully, but these errors were encountered: