Explorar o código

Update src/scene.ts

Co-authored-by: David Catuhe <david.catuhe@live.fr>
Benjamin Guignabert %!s(int64=5) %!d(string=hai) anos
pai
achega
2569512218
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;