merge patch from #491, that updates things to getThinnedEntitiesV4
also a couple of plugins that were missed
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user