Explorar el Código

Update babylon.glowLayer.ts

David Catuhe hace 7 años
padre
commit
e37cf3c178
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 {