From 98f00073ab11d5976fb996095d507a24a0db2188 Mon Sep 17 00:00:00 2001 From: SlynxCZ Date: Wed, 14 Jan 2026 17:41:23 +0400 Subject: [PATCH] Fix: fix crash on hotreload --- src/Plugin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Plugin.cpp b/src/Plugin.cpp index bc65dba..56e86d7 100644 --- a/src/Plugin.cpp +++ b/src/Plugin.cpp @@ -103,6 +103,8 @@ namespace RayTracePlugin FP_INFO("<<< Unload() success! >>>"); + Log::Close(); + return true; }