瀏覽代碼

Update babylon.camera.ts

David Catuhe 7 年之前
父節點
當前提交
82fca6fa7a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;