Added a comment to remind myself how to correctly clean up iwa.

This commit is contained in:
Patrick 2024-06-23 11:49:13 +02:00
parent a87e7798e2
commit c5a9d960e8

View File

@ -40,6 +40,8 @@ struct ObjectPtrAllocationsChecker
} }
#endif #endif
} }
// did you call instance->requestQuit() and then instance->getMainTaskLoop().runUntilDone()?
std::cerr.flush(); std::cerr.flush();
MIJIN_TRAP(); MIJIN_TRAP();
} }