Skip to content

Commit b1e5173

Browse files
committed
Restore StandardMaterial properties
1 parent bdf0e67 commit b1e5173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typedoc-plugin-property.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function load(app) {
124124
if (!reflection.children) {
125125
reflection.children = [];
126126
}
127-
reflection.children.push(newProperty);
127+
reflection.addChild(newProperty);
128128
}
129129
});
130130
});

0 commit comments

Comments
 (0)