Explorar o código

fixed missing space in GLBufferAttribute example

raub %!s(int64=7) %!d(string=hai) anos
pai
achega
b5bcd51f20

+ 1 - 1
examples/webgl_buffergeometry_points_glbufferattribute.html

@@ -127,7 +127,7 @@
 
 				setInterval( function () {
 
-					posAttr.buffer = (posAttr.buffer === pos ) ? pos2 : pos;
+					posAttr.buffer = ( posAttr.buffer === pos ) ? pos2 : pos;
 					posAttr.needsUpdate = true;
 
 				}, 2000 );

粤ICP备19079148号