Alex Bogartz преди 5 години
родител
ревизия
679ff0e3b6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Engines/thinEngine.ts

+ 1 - 1
src/Engines/thinEngine.ts

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