David Catuhe 7 лет назад
Родитель
Сommit
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 {