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
Tools such as the shape tool and text tool can change the cursor based on the mouse position. This results in a lot of calls to properties such as RectangleTool.DefaultCursor which re-allocates the texture and cursor every time the mouse moves. This should be created once and reused for tools which have this type of behaviour.
The text was updated successfully, but these errors were encountered:
Tools such as the shape tool and text tool can change the cursor based on the mouse position. This results in a lot of calls to properties such as
RectangleTool.DefaultCursor
which re-allocates the texture and cursor every time the mouse moves. This should be created once and reused for tools which have this type of behaviour.The text was updated successfully, but these errors were encountered: