Fix htag in localstorage
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
@@ -176,6 +176,10 @@ export class Room {
|
||||
return newUrl.toString();
|
||||
}
|
||||
|
||||
public get href(): string {
|
||||
return this.roomUrl.toString();
|
||||
}
|
||||
|
||||
get textures(): CharacterTexture[] | undefined {
|
||||
return this._textures;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user