瀏覽代碼

doc update

David Catuhe 7 年之前
父節點
當前提交
368df23b71
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {
         /**