mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 14:24:39 +02:00
Update engine.ts
This commit is contained in:
@@ -1599,10 +1599,6 @@ export class RoomEngine extends EventEmitter {
|
||||
entity.instance.resetTemporaryState?.();
|
||||
}
|
||||
|
||||
//if (this.gl != null) {
|
||||
// this.gl.isEnabled = false; // 重いので切る
|
||||
//}
|
||||
|
||||
if (this.gridPlane.material == null) {
|
||||
import('@babylonjs/materials').then(m => {
|
||||
this.sr.disableSnapshotRendering();
|
||||
@@ -1629,10 +1625,6 @@ export class RoomEngine extends EventEmitter {
|
||||
this.isEditMode = false;
|
||||
|
||||
await this.bake();
|
||||
|
||||
//if (this.gl != null) {
|
||||
// this.gl.isEnabled = true;
|
||||
//}
|
||||
}
|
||||
|
||||
public async bake() {
|
||||
|
||||
Reference in New Issue
Block a user