diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -137,7 +137,7 @@ eg. The following will also add `Position` and `Direction` components when a `Ph ```c++ #include "entityx/deps/Dependencies.h" -system_manager->add<entityx::deps::Depdendency<Physics, Position, Direction>>(); +system_manager->add<entityx::deps::Dependency<Physics, Position, Direction>>(); ``` #### Implementation notes @@ -342,4 +342,4 @@ make make install ``` -EntityX has currently only been tested on Mac OSX (Lion and Mountain Lion), and Linux Debian 12.04. Reports and patches for builds on other platforms are welcome.
\ No newline at end of file +EntityX has currently only been tested on Mac OSX (Lion and Mountain Lion), and Linux Debian 12.04. Reports and patches for builds on other platforms are welcome. |