mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
add source-sdk-2013
This commit is contained in:
@@ -109,7 +109,7 @@ void StudioStats_FindClosestEntity( CClientRenderablesList *pClientRenderablesLi
|
||||
Ray_t shotRay;
|
||||
shotRay.Init( vecStart, vecEnd );
|
||||
CStudioStatsEnumerator studioEnum( shotRay );
|
||||
::partition->EnumerateElementsAlongRay( PARTITION_ALL_CLIENT_EDICTS, shotRay, false, &studioEnum );
|
||||
partition->EnumerateElementsAlongRay( PARTITION_ALL_CLIENT_EDICTS, shotRay, false, &studioEnum );
|
||||
|
||||
if ( g_pStudioStatsEntity )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user