瀏覽代碼

Update src/scene.ts

Co-authored-by: David Catuhe <david.catuhe@live.fr>
Benjamin Guignabert 5 年之前
父節點
當前提交
2569512218
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/scene.ts

+ 2 - 1
src/scene.ts

@@ -887,7 +887,8 @@ export class Scene extends AbstractScene implements IAnimatable {
     /**
     * Flag indicating that the frame buffer binding is handled by another component
     */
-    public prePass : boolean = false;
+    public prePass: boolean = false;
+
 
     // Lights
     private _shadowsEnabled = true;