提交 399d806f 编写于 作者: T Tristan Valcke

Add missing semicolon in webgl_depth_texture

上级 5f41d24d
......@@ -196,7 +196,7 @@
// Setup some geometries
var geometry = new THREE.TorusKnotGeometry(1, 0.3, 128, 64);
var material = new THREE.MeshBasicMaterial({ color: 'blue' })
var material = new THREE.MeshBasicMaterial({ color: 'blue' });
var count = 50;
var scale = 5;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册