1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 04:44:06 +02:00
This commit is contained in:
syuilo
2026-04-29 17:17:42 +09:00
parent d885627350
commit 70ebc0d32c
3 changed files with 0 additions and 5 deletions

View File

@@ -100,7 +100,6 @@ export class RoomController {
if (this.options.resolution === 0.5) babylonEngine.setHardwareScalingLevel(2);
this.engine = new RoomEngine(this.roomState.value, {
canvas,
engine: babylonEngine,
...this.options,
});