Просмотр исходного кода

fixed missing space in GLBufferAttribute example

raub 8 лет назад
Родитель
Сommit
b5bcd51f20
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/webgl_buffergeometry_points_glbufferattribute.html

+ 1 - 1
examples/webgl_buffergeometry_points_glbufferattribute.html

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

粤ICP备19079148号