Jelajahi Sumber

updated README

Michele Caini 8 tahun lalu
induk
melakukan
413f3356ce
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1528,7 +1528,8 @@ during iterations.<br/>
   in undefined behavior.
   in undefined behavior.
 
 
 Iterators are invalidated and the behavior is undefined if an entity is modified
 Iterators are invalidated and the behavior is undefined if an entity is modified
-or destroyed and it's not the one currently returned by the view.<br/>
+or destroyed and it's not the one currently returned by the view nor a newly
+created one.<br/>
 To work around it, possible approaches are:
 To work around it, possible approaches are:
 
 
 * Store aside the entities and the components to be removed and perform the
 * Store aside the entities and the components to be removed and perform the