diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-08-19 16:44:55 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-08-19 16:44:55 +0900 |
| commit | fcf5531e5b4dfd815b3626e57c88c8ae66f520fe (patch) | |
| tree | 8f3ee9ae65f6f2113fd19808d96223b60fd2d426 /src/client/app | |
| parent | :art: (diff) | |
| download | sharkey-fcf5531e5b4dfd815b3626e57c88c8ae66f520fe.tar.gz sharkey-fcf5531e5b4dfd815b3626e57c88c8ae66f520fe.tar.bz2 sharkey-fcf5531e5b4dfd815b3626e57c88c8ae66f520fe.zip | |
:art:
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/common/scripts/room/room.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/room/room.ts b/src/client/app/common/scripts/room/room.ts index 0205b1e1ce..ac5a6e4cc3 100644 --- a/src/client/app/common/scripts/room/room.ts +++ b/src/client/app/common/scripts/room/room.ts @@ -102,7 +102,6 @@ export class Room { this.renderer.autoClear = false; this.renderer.setClearColor(new THREE.Color(0x051f2d)); this.renderer.shadowMap.enabled = this.enableShadow; - this.renderer.gammaOutput = true; this.renderer.shadowMap.type = this.graphicsQuality === 'ultra' ? THREE.PCFSoftShadowMap : this.graphicsQuality === 'high' ? THREE.PCFSoftShadowMap : |