mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
Fixed bug in model viewer.
This commit is contained in:
parent
429595b513
commit
66147fa5e1
@ -150,8 +150,6 @@ export class ModelStore implements Disposable {
|
|||||||
};
|
};
|
||||||
|
|
||||||
private set_current_nj_data(nj_data: NjData): void {
|
private set_current_nj_data(nj_data: NjData): void {
|
||||||
this.current_model.set(undefined);
|
|
||||||
this._current_nj_data.set(undefined);
|
|
||||||
this._current_xvm.set(undefined);
|
this._current_xvm.set(undefined);
|
||||||
this._current_nj_data.set(nj_data);
|
this._current_nj_data.set(nj_data);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user