Did some necroing over at a closed issue:
#26 (comment)
But I think the problem might be this:
|
onClick={() => download(wallpaper, 256, 256, 256)} |
Why is this call to download using (wallpaper, 256, 256, 256) ? We downloading cubes? The sister calls to the same method for the whole wallpaper and the smartphone one only use 3 parameters. I have no clue what the third numerical parameter might do, but looks highly suspect in relation to the problem I pointed at the og closed issue.
Did some necroing over at a closed issue:
#26 (comment)
But I think the problem might be this:
tilemaker/pages/index.js
Line 854 in 6f136d6
Why is this call to download using (wallpaper, 256, 256, 256) ? We downloading cubes? The sister calls to the same method for the whole wallpaper and the smartphone one only use 3 parameters. I have no clue what the third numerical parameter might do, but looks highly suspect in relation to the problem I pointed at the og closed issue.