Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPBGE: Fix python component initialization when object added.
Previously we was used iterator to loop on all object but the list can be reallocated if enough objects are added which cause that the iterator become invalid. To fix it we simply use indexes instead.
- Loading branch information