aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2014-06-08 13:53:22 +1000
committerAlec Thomas <alec@swapoff.org>2014-06-08 13:53:22 +1000
commitf7870b61d8afc76485af5fdab2599d261444db96 (patch)
tree80418e1677af645effaf57535db957643e2edc41
parent13c786cbeceb7d0d385a30326e34caaec7b84a17 (diff)
Call systems.configure() in example.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e6cc70c..432a060 100644
--- a/README.md
+++ b/README.md
@@ -265,6 +265,7 @@ public:
systems.add<DebugSystem>();
systems.add<MovementSystem>();
systems.add<CollisionSystem>();
+ systems.configure();
level.load(filename);