merge patch from #491, that updates things to getThinnedEntitiesV4

also a couple of plugins that were missed
This commit is contained in:
Jon Atkins
2013-08-16 17:36:17 +01:00
parent 7d8e583273
commit 92433c5d4b
5 changed files with 12 additions and 12 deletions

View File

@ -98,7 +98,7 @@ window.portalRenderLimit.splitOrMergeLowLevelPortals = function(originPortals) {
portalRenderLimit.resetCounting();
portalRenderLimit.countingPortals(originPortals);
var resultPortals = requests.isLastRequest('getThinnedEntitiesV3')
var resultPortals = requests.isLastRequest('getThinnedEntitiesV4')
? portalRenderLimit.mergeLowLevelPortals(originPortals)
: portalRenderLimit.splitLowLevelPortals(originPortals);