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/AzFramework
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
..
AzFramework Unlocked a mutex after modifying the associated variable (#5625) 4 years ago
Platform Adding missing pragma once at XcbInputDeviceMouse.h (#5448) 4 years ago
Tests Merge pull request #5275 from aws-lumberyard-dev/burelc/LYN-6480 4 years ago
CMakeLists.txt Terrain Physics Heightfield support 4 years ago