diff options
author | Alec Thomas <alec@swapoff.org> | 2013-03-12 00:05:29 -0400 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-03-12 00:05:29 -0400 |
commit | da60bf4f4ee6b2aa6b0334fe7855faa1f4f7592b (patch) | |
tree | 905c5c4b47985b020649718d92d7477072ca3aca /README.md | |
parent | 31b169cce984169eb5dcf678e4eaa8cdab205991 (diff) |
Use std::bitset, allowing for an arbitrary number of components.
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) |