mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update engine.ts
This commit is contained in:
parent
ecb2ae379e
commit
a95f3c9467
1 changed files with 0 additions and 8 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue