|
@@ -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 );
|