We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d1cf4 commit 576aa56Copy full SHA for 576aa56
Gems/CsvSpawner/Code/Source/CsvSpawner/CsvSpawnerUtils.cpp
@@ -157,7 +157,7 @@ namespace CsvSpawner::CsvSpawnerUtils
157
{
158
AZStd::optional<AZ::Vector3> hitPosition = AZStd::nullopt;
159
160
- AZ_Assert(sceneHandle == AzPhysics::InvalidSceneHandle, "Unable to get scene handle");
+ AZ_Assert(sceneHandle != AzPhysics::InvalidSceneHandle, "Unable to get scene handle");
161
if (sceneHandle == AzPhysics::InvalidSceneHandle)
162
163
return hitPosition;
0 commit comments