The current model isn't cleared anymore before loading a new model to make transitions smoother.

This commit is contained in:
Daan Vanden Bosch 2020-01-06 23:38:25 +01:00
parent 542f61bf0c
commit b9b9a8568d
2 changed files with 1 additions and 3 deletions

View File

@ -238,8 +238,6 @@ export class ModelStore extends Store {
if (body == undefined) return;
try {
this._current_nj_object.val = undefined;
const nj_object = await this.asset_loader.load_geometry(character_class);
this._current_textures.val = await this.asset_loader.load_textures(

View File

@ -1 +1 @@
45
46