浏览代码

Update babylon.glowLayer.ts

David Catuhe 7 年之前
父节点
当前提交
e37cf3c178
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Layer/babylon.glowLayer.ts

+ 2 - 2
src/Layer/babylon.glowLayer.ts

@@ -492,8 +492,8 @@
         /**
          * Creates a Glow Layer from parsed glow layer data
          * @param parsedGlowLayer defines glow layer data
-         * @param scene defines the BJS scene
-         * @param rootUrl defines root URL containing the glow layer information
+         * @param scene defines the current scene
+         * @param rootUrl defines the root URL containing the glow layer information
          * @returns a parsed Glow Layer
          */
         public static Parse(parsedGlowLayer: any, scene: Scene, rootUrl: string): GlowLayer {