From 11f13544c9da07bb8d4948ed1d5cf1e8d24df4f4 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Sat, 14 May 2022 23:46:35 +0200 Subject: [PATCH] fix(character): fix setBackground error --- static/character.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/static/character.hbs b/static/character.hbs index aa0a21f..f62e673 100644 --- a/static/character.hbs +++ b/static/character.hbs @@ -307,6 +307,7 @@ viewer.options.background = file; viewer.renderer.loadBackground(); viewer.options.contentPath = originalContentPath; + viewer.options.background = undefined; } if (charData.mounts.length === 0) {