zooming was breaking CustomizationScene on second entry

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-04-04 17:17:24 +02:00
committed by David Négrier
parent 2e28303c30
commit deaf6cd3f9
2 changed files with 5 additions and 8 deletions
+1
View File
@@ -9,6 +9,7 @@ import { get } from "svelte/store";
import { localeDetector } from "../../i18n/locales";
import { PlayerTextures } from "../Entity/PlayerTextures";
import { PUSHER_URL } from "../../Enum/EnvironmentVariable";
import { CustomizeSceneName } from "./CustomizeScene";
export const EntrySceneName = "EntryScene";