Skip to content

Commit 8acaa06

Browse files
committed
Fix formatting [ci skip] [skip ci]
Don't show in changelog
1 parent 27ee85b commit 8acaa06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extensions/3D/DirectionalLight.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ namespace gdjs {
7474
this._shadowMapSize < 1024
7575
? -0.002
7676
: this._shadowMapSize < 2048
77-
? -0.001
78-
: -0.0008;
77+
? -0.001
78+
: -0.0008;
7979

8080
this._light.shadow.mapSize.set(
8181
this._shadowMapSize,

0 commit comments

Comments
 (0)