Is there a bug with scaled paging landscapes in 6.2? I have a landscape scaled with the following code:
TVLand.SetTerrainScale(40, 10, 40, true);
if I set paging on: TVLand.SetPagingSystem(true,

; it only renders landscapes whos center is visable. Lands aren't rendered if only a corner of it is showing. This includes the original land
If I comment out the scale call it works fine and pages as it should rendering all lands that should be rendered.
Thanks for you help.