Revert "Fix loader logo WA (#991)"

This reverts commit fa3ffe4d7a.
This commit is contained in:
Gregoire Parant 2021-05-04 15:15:23 +02:00
parent fa3ffe4d7a
commit c8692a08ce
6 changed files with 23 additions and 39 deletions

View file

@ -71,7 +71,7 @@ import {ChatModeIcon} from "../Components/ChatModeIcon";
import {OpenChatIcon, openChatIconName} from "../Components/OpenChatIcon";
import {SelectCharacterScene, SelectCharacterSceneName} from "../Login/SelectCharacterScene";
import {TextureError} from "../../Exception/TextureError";
import {addLoader, endLoader} from "../Components/Loader";
import {addLoader} from "../Components/Loader";
import {ErrorSceneName} from "../Reconnecting/ErrorScene";
import {localUserStore} from "../../Connexion/LocalUserStore";
import {iframeListener} from "../../Api/IframeListener";
@ -497,8 +497,6 @@ export class GameScene extends ResizableScene implements CenterListener {
if (!this.room.isDisconnected()) {
this.connect();
}
endLoader(this);
}
/**