David Catuhe hace 6 años
padre
commit
9aa7281a57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Materials/effectRenderer.ts

+ 1 - 1
src/Materials/effectRenderer.ts

@@ -219,7 +219,7 @@ export class EffectWrapper {
      * Creates an effect to be renderer
      * @param creationOptions options to create the effect
      */
-    constructor(creationOptions: EffectWrapperCreationOptions) {       
+    constructor(creationOptions: EffectWrapperCreationOptions) {
         this.effect = new Effect({
                 fragmentSource: creationOptions.fragmentShader,
                 vertexSource: creationOptions.vertexShader || "postprocess",