aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a658fb7..37786d3 100644
--- a/README.md
+++ b/README.md
@@ -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)