From c5a9d960e8bc16a11db5c703e2d8a6f83d0ded2a Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Sun, 23 Jun 2024 11:49:13 +0200 Subject: [PATCH] Added a comment to remind myself how to correctly clean up iwa. --- source/object.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/object.cpp b/source/object.cpp index aa393ed..3867087 100644 --- a/source/object.cpp +++ b/source/object.cpp @@ -40,6 +40,8 @@ struct ObjectPtrAllocationsChecker } #endif } + + // did you call instance->requestQuit() and then instance->getMainTaskLoop().runUntilDone()? std::cerr.flush(); MIJIN_TRAP(); }