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/AzToolsFramework
AMZN-koppersr 016eda6cf1 Fixed infinite recursion when adding prefabs
While processing prefabs into spawnables new prefabs can be added for later processing. Because the new prefabs were immediately added to the list of prefabs it could happen that the new prefabs would be added to the active processor for processing, which could lead to infinite recursion. Adding prefabs while iterating prefabs now delays the addition until the iteration has completed.

Signed-off-by: AMZN-koppersr <82230785+AMZN-koppersr@users.noreply.github.com>
4 years ago
..
AzToolsFramework Fixed infinite recursion when adding prefabs 4 years ago
Platform Cherry pick release unused warning error into Stabilization/2110 (#5845) 4 years ago
Tests Initial improvements to fix viewport icon selection and draw order (#6284) 4 years ago
CMakeLists.txt Merge branch 'development' into cmake/SPEC-2513_w4244 4 years ago