fix: bump skin render version to fix bad cache (#6809)

bump skin render version to fix bad cache
This commit is contained in:
Prospector
2026-07-21 16:24:15 -07:00
committed by GitHub
parent 706d4c1a1e
commit 8f387aa9ea
@@ -210,7 +210,7 @@ function getModelUrlForVariant(variant: string): string {
export const skinBlobUrlMap = reactive(new Map<string, RenderResult>()) export const skinBlobUrlMap = reactive(new Map<string, RenderResult>())
export const headBlobUrlMap = reactive(new Map<string, string>()) export const headBlobUrlMap = reactive(new Map<string, string>())
const DEBUG_MODE = false const DEBUG_MODE = false
const SKIN_PREVIEW_RENDER_VERSION = 'ears-2' const SKIN_PREVIEW_RENDER_VERSION = 'ears-2-fixed-uvs'
let sharedRenderer: BatchSkinRenderer | null = null let sharedRenderer: BatchSkinRenderer | null = null
let latestPreviewGeneration = 0 let latestPreviewGeneration = 0