提交 52284956 编写于 作者: M Mr.doob

Minor clean up.

上级 9962c0b1
......@@ -1146,7 +1146,7 @@ THREE.WebGLRenderer = function ( parameters ) {
}
var position = geometry.attributes['position'];
var position = geometry.attributes.position;
// render non-indexed triangles
......
......@@ -59,6 +59,7 @@ THREE.WebGLProgram = ( function () {
}
return previousValue;
}
return function ( renderer, code, material, parameters ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册