void PixelvisDrawChanged( IConVar *pPixelvisVar, const char *pOld, float flOldValue )
{
	ConVarRef var( pPixelvisVar );
	g_PixelVisibilitySystem.ShowQueries( var.GetBool() );
}
void PixelvisDrawChanged( ConVar *pPixelvisVar, const char *pOld )
{
	g_PixelVisibilitySystem.ShowQueries( pPixelvisVar->GetBool() );
}