Alexander Rose %!s(int64=3) %!d(string=hai) anos
pai
achega
c3afabb4b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mol-gl/webgl/buffer.ts

+ 1 - 1
src/mol-gl/webgl/buffer.ts

@@ -67,7 +67,7 @@ function dataTypeFromArray(gl: GLRenderingContext, array: ArrayType) {
     } else if (array instanceof Float32Array) {
         return gl.FLOAT;
     } else {
-        throw new Error('Should nevver happen');
+        throw new Error('Should never happen');
     }
 }