Skip to content

Fix Goofy Ahh Vector Indexing Issue

Latest
Compare
Choose a tag to compare
@sy1vi3 sy1vi3 released this 28 Nov 01:53

In two places sylib looked through a vector from begin() to begin() as opposed to begin() to end(), causing pointers to objects to not be removed from use when the objects themselves cease to exist.