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
When calling finish and when the blade is finally removed from view, the screen flickers.
I got around it by not calling removeFromParent in draw method, instead I added a count method that returns path.count and removed it from parent view in update functions.
The text was updated successfully, but these errors were encountered:
When calling finish and when the blade is finally removed from view, the screen flickers.
I got around it by not calling removeFromParent in draw method, instead I added a count method that returns path.count and removed it from parent view in update functions.
The text was updated successfully, but these errors were encountered: