From da60bf4f4ee6b2aa6b0334fe7855faa1f4f7592b Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Tue, 12 Mar 2013 00:05:29 -0400 Subject: Use std::bitset, allowing for an arbitrary number of components. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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) -- cgit v1.2.3