diff --git a/site/docs/05-entity-component-system/05.3-systems.mdx b/site/docs/05-entity-component-system/05.3-systems.mdx index c57bb1b96..d6b71f897 100644 --- a/site/docs/05-entity-component-system/05.3-systems.mdx +++ b/site/docs/05-entity-component-system/05.3-systems.mdx @@ -123,7 +123,7 @@ class SearchSystem extends ex.System { } const scene = new ex.Scene(); -scene.world.add(new SearchSystem()); +scene.world.add(SearchSystem); // Actors come with batteries included built in features const actor = new ex.Actor({