Skip to content

Commit 6ca765b

Browse files
committed
ComponentSchemaMetadata
1 parent 54dc019 commit 6ca765b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hello2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Vector3 } from 'three'
1111
const HelloComponent = ECS.defineComponent({
1212
name: 'ee.hello-tutorial.HelloComponent',
1313
jsonID: 'EE_tutorial_hello',
14-
schema: S.Object({ initialized: S.Bool(false) })
14+
schema: S.Object({ initialized: S.Bool() })
1515
})
1616

1717
// Define our query

0 commit comments

Comments
 (0)