Preapre codebase for FileRequest compiletime improvements (#6192)
* Preapre codebase for FileRequest compiletime improvements This is preparing grounds for the next PR that will contain the 'meat' of the changes. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Remove spurious newline. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
@@ -61,7 +61,7 @@ namespace PhysX
|
||||
{
|
||||
m_onMaterialLibraryReloadedCallback(asset);
|
||||
}
|
||||
|
||||
|
||||
PhysXSystem::PhysXSystem(PhysXSettingsRegistryManager* registryManager, const physx::PxCookingParams& cookingParams)
|
||||
: m_registryManager(*registryManager)
|
||||
, m_materialLibraryAssetHelper(
|
||||
@@ -528,7 +528,7 @@ namespace PhysX
|
||||
|
||||
AZ_Warning("PhysX", loadedSuccessfully,
|
||||
"LoadDefaultMaterialLibrary: Default Material Library asset data is invalid.");
|
||||
|
||||
|
||||
return loadedSuccessfully;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user