]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Call systems.configure() in example.
authorAlec Thomas <alec@swapoff.org>
Sun, 8 Jun 2014 03:53:22 +0000 (13:53 +1000)
committerAlec Thomas <alec@swapoff.org>
Sun, 8 Jun 2014 03:53:22 +0000 (13:53 +1000)
README.md

index e6cc70c6e22a5b61852bb8156db7692da18e857b..432a06022f2ece428aac3d8f183f6cf2c606d09b 100644 (file)
--- 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);