diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ if (position) { #### Implementation notes - Components must provide a no-argument constructor. -- The current implementation can handle up to 64 components in total. This can be extended with little effort. +- The default implementation can handle up to 64 components in total. This can be extended by changing the `EntityManager::MAX_COMPONENTS` constant. ### Systems (implementing behavior) |