Browse Source

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

Benjamin Guignabert 5 years ago
parent
commit
98f4a07269
1 changed files with 2 additions and 1 deletions
  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;