Browse Source

Update babylon.glowLayer.ts

David Catuhe 7 years ago
parent
commit
e37cf3c178
1 changed files with 2 additions and 2 deletions
  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 {