sebavan 6 vuotta sitten
vanhempi
commit
7bb7d10fb7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/Materials/effectRenderer.ts

+ 1 - 1
src/Materials/effectRenderer.ts

@@ -277,8 +277,8 @@ export class EffectWrapper {
         }
 
         this.effect = new Effect(effectCreationOptions,
-            uniformNames,
             creationOptions.attributeNames || ["position"],
+            uniformNames,
             creationOptions.samplerNames,
             creationOptions.engine);
     }