Skip to content

Commit e95ce5d

Browse files
committed
docs: update performance type error
1 parent 2f60cc0 commit e95ce5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/examples/src/app/rapier/performance/performance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { injectSuzanne } from '../suzanne';
3737
imports: [NgtrRigidBody],
3838
})
3939
export class Monkey {
40-
position = input<NgtVector3 | undefined>([0, 0, 0]);
40+
position = input<NgtVector3>([0, 0, 0]);
4141

4242
dead = output<Vector3Like>();
4343

0 commit comments

Comments
 (0)