Skip to content

Commit cb3f1d1

Browse files
author
David
committed
lib update
1 parent dff7625 commit cb3f1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs2/vts-browser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48652,9 +48652,9 @@ ThreeDevice.prototype.finishRender = function(options) {
4865248652
if (this.renderer.core.map.draw.drawChannel == 1) {
4865348653
this.scene.background = new THREE.Color( 0xffffff );
4865448654
this.gpu2.setRenderTarget( this.textureRenderTarget );
48655-
this.gpu2.models2.visible = false;
48655+
this.models2.visible = false;
4865648656
this.gpu2.render( this.scene, this.camera2 );
48657-
this.gpu2.models2.visible = true;
48657+
this.models2.visible = true;
4865848658
this.gpu2.setRenderTarget( null );
4865948659
return;
4866048660
}

0 commit comments

Comments
 (0)