garrysmod-issues
garrysmod-issues copied to clipboard
Optimize C_HL2MP_Player::ClientThink's eye positioning
Should only have to test each pair of players once per frame in the worst case scenario, rather than constantly testing every player with every other player.