Fix Initialize() invoke
This commit is contained in:
parent
51afd30a0a
commit
56c492ff9b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ namespace RayTracePlugin
|
||||||
if (late)
|
if (late)
|
||||||
{
|
{
|
||||||
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