Closed a2 closed 9 years ago
Was having a problem where an <exit /> node was causing issues. The following line was causing the issue:
<exit />
<exit id="OIG-iv-Mez" userLabel="Exit" sceneMemberID="exit"/>
This PR may be unnecessary. I was able to avoid the assertionFailure() calls by running natalie.swift in unchecked mode.
assertionFailure()
natalie.swift
Was having a problem where an
<exit />
node was causing issues. The following line was causing the issue: