We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf584a6 commit ca81a7cCopy full SHA for ca81a7c
test/unit/editor/TestSetMaterialValueCommand.js
@@ -29,7 +29,7 @@ test( "Test for SetMaterialValueCommand (Undo and Redo)", function() {
29
blending: [ 'No', 'Normal', 'Additive' ],
30
opacity: [ 0.2, 0.5, 0.8 ],
31
alphaTest: [ 0.1, 0.6, 0.9 ],
32
- wirefrimeLinewidth: [ 1.2, 3.4, 5.6 ]
+ wireframeLinewidth: [ 1.2, 3.4, 5.6 ]
33
34
};
35
0 commit comments