AtomLyIntegration
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ namespace AZ
|
||||
|
||||
uint32_t AssetCollectionAsyncLoaderTestComponent::GetCountOfPendingAssets() const
|
||||
{
|
||||
return m_pendingAssets.size();
|
||||
return static_cast<uint32_t>(m_pendingAssets.size());
|
||||
}
|
||||
|
||||
bool AssetCollectionAsyncLoaderTestComponent::ValidateAssetWasLoaded(const AZStd::string& assetPath) const
|
||||
|
||||
Reference in New Issue
Block a user