1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 14:24:08 +02:00
This commit is contained in:
syuilo
2026-04-24 17:55:13 +09:00
parent d281a81200
commit 9551a3d01a
6 changed files with 97 additions and 16 deletions

View File

@@ -455,7 +455,8 @@ export class RoomEngine extends EventEmitter<RoomEngineEvents> {
this.emit('loadingProgress', { progress: loadedCount / objects.length });
})));
this.scene.blockMaterialDirtyMechanism = true;
// 不具合のもと
//this.scene.blockMaterialDirtyMechanism = true;
if (SNAPSHOT_RENDERING) {
// 早く有効にしすぎることが原因かは不明だがクラッシュすることがあるので遅らせてみる