提交 be58df1b 编写于 作者: T Tristan VALCKE

Fix unused param line

上级 2ec3df1f
......@@ -601,7 +601,7 @@ THREE.XLoader.prototype = {
},
endElement: function ( line ) {
endElement: function () {
var scope = this;
if ( scope.nowReadMode == THREE.XLoader.XfileLoadMode.Mesh ) {
......@@ -753,7 +753,7 @@ THREE.XLoader.prototype = {
},
beginMeshNormal: function ( line ) {
beginMeshNormal: function () {
var scope = this;
scope.nowReadMode = THREE.XLoader.XfileLoadMode.Normal_V_init;
......@@ -1000,7 +1000,7 @@ THREE.XLoader.prototype = {
},
readBoneInit: function ( line ) {
readBoneInit: function () {
var scope = this;
scope.nowReadMode = THREE.XLoader.XfileLoadMode.Weit_init;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册