Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed Jan 20, 2025
1 parent a334c06 commit 78f143b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Common/Unity/AssetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ export class UnityTexture2DData {
this.gfxSampler = cache.createSampler(translateSampler(header.texture_settings));

if (header.texture_format === rust.UnityTextureFormat.DXT1Crunched || header.texture_format === rust.UnityTextureFormat.DXT5Crunched) {
console.warn(header.name, header.texture_format);
const crunched = CrunchTexture.new(data);
const levels = [];
// FIXME: texture2ddecoder seems to be broken for higher mip levels
Expand Down

0 comments on commit 78f143b

Please sign in to comment.