From 56c492ff9b481a04a7c02a31eee56180e96a6b3c Mon Sep 17 00:00:00 2001 From: SlynxCZ Date: Tue, 14 Apr 2026 22:06:56 +0200 Subject: [PATCH] Fix Initialize() invoke --- src/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.cpp b/src/plugin.cpp index 2c92d1d..2017782 100644 --- a/src/plugin.cpp +++ b/src/plugin.cpp @@ -88,7 +88,7 @@ namespace RayTracePlugin if (late) { shared::g_pEntitySystem = GameEntitySystem(); - RayTrace::Initialize(); + RayTrace::g_CRayTrace.Initialize(); shared::g_bDetoursLoaded = true; }