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
AMZN-stankowi c3dacb1e52
Unlocked a mutex after modifying the associated variable (#5625)
* Unlocked a mutex after modifying the variable the mutex was meant for.
This fixes an issue where mounting bundles in the Editor was causing the Editor to freeze up, because the following line, m_levelOpenEvent.Signal, resulted in another attempt to lock that same mutex.

Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>

* Added a comment describing why the unlock is necessary.

Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
4 years ago
..
AtomCore Adding a temporary Orphan function to the InstanceDatabase (#4297) 4 years ago
AzAndroid/java/com/amazon Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AzCore Some modifications required for restricted platforms: (#5624) 4 years ago
AzFramework Unlocked a mutex after modifying the associated variable (#5625) 4 years ago
AzGameFramework Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AzManipulatorTestFramework More fixes 4 years ago
AzNetworking Merging latest dev 4 years ago
AzQtComponents bugifx: resolve crash with project manager (#5151) 4 years ago
AzTest Support for importing Json files (#4609) 4 years ago
AzToolsFramework Deactivate new Asset Picker View by default in the Editor (#5614) 4 years ago
GFxFramework More fixes 4 years ago
GridMate Remove old "Integ" functionality from tests (#4688) 4 years ago
CMakeLists.txt Remove crcfix (#3294) 4 years ago