ResourceManager: implement move semantics, simplify logic
Simplify property destruction logic and do not keep non-persistent props around in clearVec(). If a prop is alive but non-persistent, someone else has a shared_ptr to it, so we will not pull out the rug from under their feet.
Please register or sign in to comment