@pixi/compressed-textures
Advanced tools
Comparing version 7.0.4 to 7.0.5
@@ -29,2 +29,3 @@ 'use strict'; | ||
if (!gl) { | ||
console.warn("WebGL not available for compressed textures."); | ||
return false; | ||
@@ -31,0 +32,0 @@ } |
@@ -170,2 +170,3 @@ 'use strict'; | ||
if (dataView.getUint8(i) !== FILE_IDENTIFIER[i]) { | ||
console.error(`${url} is not a valid *.ktx file!`); | ||
return false; | ||
@@ -172,0 +173,0 @@ } |
{ | ||
"name": "@pixi/compressed-textures", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"description": "Loaders for compressed texture file formats", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/pixijs/pixi.js.git" | ||
"url": "git+https://github.com/pixijs/pixijs.git" | ||
}, | ||
@@ -48,3 +48,3 @@ "scripts": { | ||
"bugs": { | ||
"url": "https://github.com/pixijs/pixi.js/issues" | ||
"url": "https://github.com/pixijs/pixijs/issues" | ||
}, | ||
@@ -55,3 +55,3 @@ "pixiRequirements": [ | ||
], | ||
"gitHead": "1d0f4da7abd7238a440f78b3661e40ced1a27614" | ||
"gitHead": "8a89713515f9dbe298484120429202534ac1f9f7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
287932
2099