ExtrusionLayer: release tiles when not rendering
This commit is contained in:
parent
a0c0d4953f
commit
991a497ef3
@ -137,6 +137,9 @@ public class ExtrusionRenderLayer extends RenderLayer {
|
||||
|
||||
mTileCnt = ready;
|
||||
isReady = ready > 0;
|
||||
|
||||
if (!isReady)
|
||||
mTileLayer.releaseTiles(mTileSet);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user