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
Review comment: Potentially survive failure in FbxMesh.CreateLayer
CreateLayer theoretically can return -1 on error. The old code would have had
an infinite loop if that happened; the new code will throw an exception.
We've never seen the -1 return value in the wild.
0 commit comments