瀏覽代碼

doc: cleaned up example in the README

Michele Caini 5 年之前
父節點
當前提交
44341f0bcc
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      README.md

+ 0 - 1
README.md

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