Bladeren bron

doc update

David Catuhe 7 jaren geleden
bovenliggende
commit
368df23b71
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/Particles/babylon.gpuParticleSystem.ts

+ 1 - 1
src/Particles/babylon.gpuParticleSystem.ts

@@ -2,7 +2,7 @@
     /**
      * This represents a GPU particle system in Babylon
      * This is the fastest particle system in Babylon as it uses the GPU to update the individual particle data
-     * @see https://www.babylonjs-playground.com/#PU4WYI
+     * @see https://www.babylonjs-playground.com/#PU4WYI#2
      */
     export class GPUParticleSystem implements IDisposable, IParticleSystem, IAnimatable {
         /**