Explorar el Código

Update babylon.camera.ts

David Catuhe hace 7 años
padre
commit
82fca6fa7a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Cameras/babylon.camera.ts

+ 1 - 1
src/Cameras/babylon.camera.ts

@@ -487,7 +487,7 @@
         }
 
         /**
-         * Gets the post process rig
+         * Gets the post process used by the rig cameras
          */
         public get rigPostProcess(): Nullable<PostProcess> {
             return this._rigPostProcess;