diff --git a/.all-contributorsrc b/.all-contributorsrc index df95e1027..2c39b59d9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -742,6 +742,18 @@ "contributions": [ "code" ] + }, + { + "login": "OndrejSpanel", + "name": "Ondřej Španěl", + "avatar_url": "https://avatars.githubusercontent.com/u/6927223?v=4", + "profile": "https://github.com/OndrejSpanel", + "contributions": [ + "bug", + "code", + "doc", + "maintenance" + ] } ], "skipCi": true, diff --git a/README.md b/README.md index 2a9dff9b3..6926eede0 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Servin Nissen
Servin Nissen

💻 - Ben
Ben "Pig" Chu

💻 + Ben "Pig" Chu
Ben "Pig" Chu

💻 Makoto Yamada
Makoto Yamada

💻 schwyzl
schwyzl

💻 Degubi
Degubi

💻 @@ -141,6 +141,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Mikael Pettersson
Mikael Pettersson

💻 Tom Harley
Tom Harley

💻 + Ondřej Španěl
Ondřej Španěl

🐛 💻 📖 🚧 diff --git a/types/three/src/constants.d.ts b/types/three/src/constants.d.ts index 33b1e24e3..151b5106c 100644 --- a/types/three/src/constants.d.ts +++ b/types/three/src/constants.d.ts @@ -409,7 +409,7 @@ export const RGIntegerFormat: 1031; */ export const RGBAIntegerFormat: 1033; -export const _SRGBAFormat = 1035; // fallback for WebGL 1 +export const _SRGBAFormat: 1035; // fallback for WebGL 1 /** * Texture Pixel Formats Modes. Compatible only with {@link WebGLRenderingContext | WebGL 1 Rendering Context}. @@ -709,7 +709,7 @@ export type NormalMapTypes = typeof TangentSpaceNormalMap | typeof ObjectSpaceNo export const NoColorSpace: ''; export const SRGBColorSpace: 'srgb'; export const LinearSRGBColorSpace: 'srgb-linear'; -export const DisplayP3ColorSpace = 'display-p3'; +export const DisplayP3ColorSpace: 'display-p3'; export type ColorSpace = | typeof NoColorSpace | typeof SRGBColorSpace