Skip to content

Commit 32f4936

Browse files
committed
fixed extension
1 parent d545f0b commit 32f4936

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/SharpGLTF.codeGen.Extensions.Khronos/KHR_LightsPunctual.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ private static SchemaType.Context ProcessModel()
3636

3737
private static SchemaType.Context ProcessNode()
3838
{
39-
var ctx = SchemaProcessing.LoadSchemaContext(NodeSchemaUri);
40-
ctx.IgnoredByCodeEmitter("glTF Property");
41-
ctx.IgnoredByCodeEmitter("glTF Child of Root Property");
39+
var ctx = SchemaProcessing.LoadExtensionSchemaContext(NodeSchemaUri);
4240
return ctx;
4341
}
4442

0 commit comments

Comments
 (0)