Is condition of asset inside MR_resetDefaultContext correct?
Igor-Palaguta opened this issue · 0 comments
Igor-Palaguta commented
Hello,
After migration from old MR version to new have crash inside MR_resetDefaultContext.
This assert confuses a little as assert requires NSConfinementConcurrencyType == [defaultContext concurrencyType]
but in comment Do not call this method on a confinement context.
we can see that it should be !=
What is wrong? Condition or comment?
NSAssert(NSConfinementConcurrencyType == [defaultContext concurrencyType], @"Do not call this method on a confinement context.");
Thanks!