Build fix
This commit is contained in:
parent
e315726001
commit
bf1285567e
@ -568,7 +568,7 @@ static cell_t smn_TRPointOutsideWorld(IPluginContext *pContext, const cell_t *pa
|
|||||||
pos.y = sp_ctof(vec[1]);
|
pos.y = sp_ctof(vec[1]);
|
||||||
pos.z = sp_ctof(vec[2]);
|
pos.z = sp_ctof(vec[2]);
|
||||||
|
|
||||||
return enginetrace->PointOutsideWorld(pos)
|
return enginetrace->PointOutsideWorld(pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
sp_nativeinfo_t g_TRNatives[] =
|
sp_nativeinfo_t g_TRNatives[] =
|
||||||
|
Loading…
Reference in New Issue
Block a user