浏览代码

Merge branch 'subsurface-scattering' of github.com:CraigFeldspar/Babylon.js into subsurface-scattering

Benjamin Guignabert 5 年之前
父节点
当前提交
98f4a07269
共有 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;