Explorar o código

Fix missing dot

Sebastien Lebreton %!s(int64=5) %!d(string=hai) anos
pai
achega
174d514f16
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Viewer/src/configuration/interfaces/sceneConfiguration.ts

+ 2 - 2
Viewer/src/configuration/interfaces/sceneConfiguration.ts

@@ -5,13 +5,13 @@ import { IGlowLayerOptions } from "babylonjs";
 export interface ISceneConfiguration {
     debug?: boolean;
     clearColor?: { r: number, g: number, b: number, a: number };
-    /** @deprecated Please use environmentMap.mainColor instead */
+    /** @deprecated Please use environmentMap.mainColor instead. */
     mainColor?: { r?: number, g?: number, b?: number };
     imageProcessingConfiguration?: IImageProcessingConfiguration;
     environmentTexture?: string;
     colorGrading?: IColorGradingConfiguration;
     environmentRotationY?: number;
-    /** @deprecated Please use default rendering pipeline */
+    /** @deprecated Please use default rendering pipeline. */
     glow?: boolean | IGlowLayerOptions;
     disableHdr?: boolean;
     renderInBackground?: boolean;