Browse Source

doc: cleaned up example in the README

Michele Caini 5 years ago
parent
commit
44341f0bcc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -146,7 +146,6 @@ void update(entt::registry &registry) {
 
 int main() {
     entt::registry registry;
-    entt::entity entities[10u];
 
     for(auto i = 0u; i < 10u; ++i) {
         const auto entity = registry.create();