forked from noxious/client
Load textures using cache data instead of data sent from server
This commit is contained in:
@ -36,7 +36,7 @@ const currentScreen = computed(() => {
|
||||
watch(
|
||||
() => mapEditorStore.active,
|
||||
() => {
|
||||
gameStore.game.loadedAssets = []
|
||||
gameStore.game.loadedTextures = []
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user