|
@@ -191427,12 +191427,12 @@ and limitations under the License.
|
|
|
, m = s + d[p];
|
|
|
i.sharedData.tempVector.set(f, m, 0);
|
|
|
if(e.isTileVisible(i.sharedData.tempVector, .5 * o, n)){
|
|
|
- if(log ){
|
|
|
- console.log('isTileVisible '+h)
|
|
|
- }
|
|
|
+ //if(log ){
|
|
|
+ // console.log('isTileVisible '+h)
|
|
|
+ //}
|
|
|
|
|
|
this.children[p] || (this.children[p] = new t(this.mapLayer,this.objectGroup,this.tileColor))
|
|
|
- l = this.children[p].update(e, n, r - 1, .5 * o, f, m, h, log) && l
|
|
|
+ l = this.children[p].update(e, n, r - 1, .5 * o, f, m, h) && l
|
|
|
}else{
|
|
|
if(this.children[p]){
|
|
|
this.children[p].remove()
|