소스 검색

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;