o3de / o3de-atom-sampleviewer

Atom sample viewer project for the Open 3D Engine
https://o3de.org
Other
32 stars 37 forks source link

Fixes random LoadAssetsAsync error #615

Closed galibzon closed 1 year ago

galibzon commented 1 year ago

where the completion callback may be called more than once. The fix is to disregard the redundant callbacks.