Update listeners.cpp
This commit is contained in:
parent
56c492ff9b
commit
66b1a84a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ namespace RayTracePlugin::Listeners {
|
||||||
if (!shared::g_bDetoursLoaded)
|
if (!shared::g_bDetoursLoaded)
|
||||||
{
|
{
|
||||||
shared::g_pEntitySystem = GameEntitySystem();
|
shared::g_pEntitySystem = GameEntitySystem();
|
||||||
RayTrace::Initialize();
|
RayTrace::g_CRayTrace.Initialize();
|
||||||
shared::g_bDetoursLoaded = true;
|
shared::g_bDetoursLoaded = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue