Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit 7b05833

Browse files
author
dominic
committed
whoops
1 parent 8a6ab94 commit 7b05833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scene/structure/parametric-objects/railing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default async function getData3d(attributes) {
2323
export function getDefaultMaterials(){
2424
return {
2525
railing: {
26-
colorDiffuse: [0.85, 0.85, 0.0]
26+
colorDiffuse: [0.85, 0.85, 0.85]
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)