提交 652174c4 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10710 from TrevorDev/patch-1

fix use of k without definition
......@@ -20,7 +20,7 @@ THREE.OBJExporter.prototype = {
var normal = new THREE.Vector3();
var uv = new THREE.Vector2();
var i, j, l, m, face = [];
var i, j, k, l, m, face = [];
var parseMesh = function ( mesh ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册