You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzCore
Chris Burel 6d0ef1cf57
Avoid reading from a destroyed variable (#1347)
This code iterates over the items in a vector, and if one case is met,
it mutates that same vector. This invalidates the object, as the place
where that object used to be has been moved.
5 years ago
..
AzCore Avoid reading from a destroyed variable (#1347) 5 years ago
Platform Mac SystemFile_Apple.h build fix (#1159) 5 years ago
Tests Fixed an issue with the new Json Serializer Conformity tests and Atom's materials 5 years ago
CMakeLists.txt 3rd Party static libraries need to be public dependencies to work from installed engine. 5 years ago