forked from noxious/client
Load textures using cache data instead of data sent from server
This commit is contained in:
@ -182,7 +182,6 @@ watch(selectedCharacterId, (characterId) => {
|
||||
onMounted(async () => {
|
||||
const characterHairStorage = new CharacterHairStorage()
|
||||
characterHairs.value = await characterHairStorage.getAll()
|
||||
console.log(characterHairs.value)
|
||||
})
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
|
Reference in New Issue
Block a user