Browse Source

Clean up.

Mr.doob 8 years ago
parent
commit
ed55752d94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/GPUParticleSystem.js

+ 1 - 1
examples/js/GPUParticleSystem.js

@@ -461,7 +461,7 @@ THREE.GPUParticleContainer = function( maxParticles, particleSystem ) {
 				sizeAttribute.updateRange.offset = 0;
 				lifeTimeAttribute.updateRange.offset = 0;
 
-				// Use -1 to update the entire buffer, see https://github.com/mrdoob/three.js/pull/11476
+				// Use -1 to update the entire buffer, see #11476
 				positionStartAttribute.updateRange.count = -1;
 				startTimeAttribute.updateRange.count = -1;
 				velocityAttribute.updateRange.count = -1;