Sébastien Valette 9 年之前
父节点
当前提交
ca81a7c5bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/unit/editor/TestSetMaterialValueCommand.js

+ 1 - 1
test/unit/editor/TestSetMaterialValueCommand.js

@@ -29,7 +29,7 @@ test( "Test for SetMaterialValueCommand (Undo and Redo)", function() {
 		blending: [ 'No', 'Normal', 'Additive' ],
 		blending: [ 'No', 'Normal', 'Additive' ],
 		opacity: [ 0.2, 0.5, 0.8 ],
 		opacity: [ 0.2, 0.5, 0.8 ],
 		alphaTest: [ 0.1, 0.6, 0.9 ],
 		alphaTest: [ 0.1, 0.6, 0.9 ],
-		wirefrimeLinewidth: [ 1.2, 3.4, 5.6 ]
+		wireframeLinewidth: [ 1.2, 3.4, 5.6 ]
 
 
 	};
 	};