MCPcopy Index your code
hub / github.com/phaserjs/phaser / compressionWarning

Function compressionWarning

src/loader/filetypes/CompressedTextureFile.js:209–212  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

207 addToCache: function ()
208 {
209 function compressionWarning (message)
210 {
211 console.warn('Compressed Texture Invalid: "' + image.key + '". ' + message);
212 }
213
214 if (this.isReadyToProcess())
215 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…