1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 20:54:13 +02:00
This commit is contained in:
syuilo
2026-03-05 12:00:14 +09:00
parent bdc34305be
commit ed4e3a51fd
2 changed files with 66 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ type SimpleHeyaWallBase = {
type Heya = {
type: 'simple';
options: {
size: [number, number];
dimension: [number, number];
window: 'none' | 'kosidakamado' | 'demado' | 'hakidasimado';
wallN: SimpleHeyaWallBase;
wallE: SimpleHeyaWallBase;
@@ -542,7 +542,7 @@ export class RoomEngine {
}
public async init() {
await this.loadRoomModel(this.roomState.roomType);
await this.loadRoomModel(this.roomState.heya.type);
await this.loadEnvModel();
await Promise.all(this.roomState.installedObjects.map(o => this.loadObject({
id: o.id,