DinkyECS shouldn't be copying facts and other stuff over to new worlds #85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently facts are being copied into a whole new set of facts, which means that previous worlds will retain the facts as they were at that level. Problem is these are facts so there should really be only one set. It's better to make this (and possibly other things) a shared_ptr.