We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dc019 commit 6ca765bCopy full SHA for 6ca765b
src/Hello2.ts
@@ -11,7 +11,7 @@ import { Vector3 } from 'three'
11
const HelloComponent = ECS.defineComponent({
12
name: 'ee.hello-tutorial.HelloComponent',
13
jsonID: 'EE_tutorial_hello',
14
- schema: S.Object({ initialized: S.Bool(false) })
+ schema: S.Object({ initialized: S.Bool() })
15
})
16
17
// Define our query
0 commit comments