Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Jan 31, 2023
1 parent 187237d commit fcb296b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/load-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type AlphaModeType = typeof AlphaMode.Opaque | typeof AlphaMode.Mask | typeof Al
export function* loadImage(world: HubsWorld, url: string, contentType: string) {
const { texture, ratio, cacheKey }: { texture: Texture; ratio: number; cacheKey: string } =
yield loadTextureCancellable(url, 1, contentType);
console.log(url, contentType, texture);

// TODO it would be nice if we could be less agressive with transparency here.
// Doing so requires inspecting the raw file data upstream of here and passing
Expand Down

0 comments on commit fcb296b

Please sign in to comment.