Fix: fix crash on hotreload

This commit is contained in:
SlynxCZ 2026-01-14 17:41:23 +04:00
parent 65ee9c0ce2
commit 98f00073ab

View file

@ -103,6 +103,8 @@ namespace RayTracePlugin
FP_INFO("<<< Unload() success! >>>"); FP_INFO("<<< Unload() success! >>>");
Log::Close();
return true; return true;
} }