mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-21 04:56:01 +08:00
Rename swap to V_swap.
This commit is contained in:
@ -1722,8 +1722,8 @@ void CClientLeafSystem::SortEntities( const Vector &vecRenderOrigin, const Vecto
|
||||
{
|
||||
if( dists[i] > dists[i+stepSize] )
|
||||
{
|
||||
swap( pEntities[i], pEntities[i+stepSize] );
|
||||
swap( dists[i], dists[i+stepSize] );
|
||||
V_swap( pEntities[i], pEntities[i+stepSize] );
|
||||
V_swap( dists[i], dists[i+stepSize] );
|
||||
|
||||
if( i == 0 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user