Skip to content

Commit 6308326

Browse files
committed
fix(rapier): use boolean coercion
1 parent a8c842c commit 6308326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/rapier/src/lib/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { BufferAttribute, Group, LineBasicMaterial, LineSegments } from 'three';
1616
template: `
1717
<ngt-group>
1818
<ngt-line-segments #lineSegments [frustumCulled]="false">
19-
<ngt-line-basic-material color="white" [vertexColors]="true" />
19+
<ngt-line-basic-material color="white" vertexColors />
2020
<ngt-buffer-geometry />
2121
</ngt-line-segments>
2222
</ngt-group>

0 commit comments

Comments
 (0)