mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 16:35:39 +00:00
Fix #298 don't cache atlas UV mapping for now
This commit is contained in:
@@ -168,7 +168,7 @@ export async function fetchResources(versionId: VersionId) {
|
||||
try {
|
||||
const [models, uvMapping, atlas] = await Promise.all([
|
||||
fetchAllPresets(versionId, 'model'),
|
||||
cachedFetch(`${mcmeta(version, 'atlas')}/all/data.min.json`),
|
||||
fetch(`${mcmeta(version, 'atlas')}/all/data.min.json`).then(r => r.json()),
|
||||
loadImage(`${mcmeta(version, 'atlas')}/all/atlas.png`),
|
||||
])
|
||||
return { models, uvMapping, atlas }
|
||||
|
||||
Reference in New Issue
Block a user