Update listeners.cpp

This commit is contained in:
Michal 2026-04-14 22:12:59 +02:00 • committed by GitHub
parent 56c492ff9b
commit 66b1a84a1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ namespace RayTracePlugin::Listeners {
if (!shared::g_bDetoursLoaded)
{
shared::g_pEntitySystem = GameEntitySystem();
RayTrace::Initialize();
RayTrace::g_CRayTrace.Initialize();
shared::g_bDetoursLoaded = true;
}
}