Skip to content

Commit 5f93d47

Browse files
Merge pull request #208667 from FlorianBorn71/FixTransparencyWritesDepthInSchema
Fix typo in json schema: transparencyWritesDepth
2 parents 3c5ef18 + 0b03f3e commit 5f93d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/remote-rendering/how-tos/conversion/override-materials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The full JSON schema for materials files is given here. Except for `unlit` and `
185185
"useVertexColor": { "type" : "boolean" },
186186
"isDoubleSided": { "type" : "boolean" },
187187
"ignoreTextureMaps": { "$ref" : "#/definitions/listOfMaps" },
188-
"transparencyWriteDepth": {"type" : "boolean" }
188+
"transparencyWritesDepth": {"type" : "boolean" }
189189
},
190190
"required": ["name"],
191191
"additionalProperties" : false

0 commit comments

Comments
 (0)