Skip to content

Commit 7b43e43

Browse files
authored
Merge pull request #15505 from Mugen87/dev11
Editor: Clean up
2 parents 543da09 + bde846d commit 7b43e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/js/libs/three.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
var texture = new THREE.HTMLTexture( dom );
3636

37-
var geometry = new THREE.PlaneGeometry( texture.image.width * 0.05, texture.image.height * 0.05 );
37+
var geometry = new THREE.PlaneBufferGeometry( texture.image.width * 0.05, texture.image.height * 0.05 );
3838
var material = new THREE.MeshBasicMaterial( { map: texture } );
3939

4040
THREE.Mesh.call( this, geometry, material );

0 commit comments

Comments
 (0)