Originally Posted By: Superku
It happens when the camera leaves the level(_ent) bounding box as Reconnoiter has already suggested with his fix. The ABTree is spanned and calculated across that box, so when the camera leaves it any query for possibly visible objects gets terminated quickly.
, interesting, so through level_ent.min/max one could basically set a custom region?