Alex Bogartz 5 anni fa
parent
commit
679ff0e3b6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Engines/thinEngine.ts

+ 1 - 1
src/Engines/thinEngine.ts

@@ -1475,7 +1475,7 @@ export class ThinEngine {
         return dataBuffer;
         return dataBuffer;
     }
     }
 
 
-    protected _normalizeIndexData(indices: IndicesArray): Uint16Array | Uint32Array 
+    protected _normalizeIndexData(indices: IndicesArray): Uint16Array | Uint32Array
     {
     {
         if (indices instanceof Uint16Array) {
         if (indices instanceof Uint16Array) {
             return indices;
             return indices;