Merge pull request #1614 from aws-lumberyard-dev/jonawals_FixMissingSnapshotParameter
Fix snapshot choice that was incorrectly added
This commit is contained in:
@@ -200,10 +200,8 @@ namespace PhysX
|
||||
|
||||
void Collider::Disconnect()
|
||||
{
|
||||
if (AzToolsFramework::ViewportInteraction::ViewportSettingsNotificationBus::Handler::BusIsConnected())
|
||||
{
|
||||
AzToolsFramework::ViewportInteraction::ViewportSettingsNotificationBus::Handler::BusDisconnect();
|
||||
}
|
||||
m_debugDisplayDataChangedEvent.Disconnect();
|
||||
AzToolsFramework::ViewportInteraction::ViewportSettingsNotificationBus::Handler::BusDisconnect();
|
||||
AzToolsFramework::EntitySelectionEvents::Bus::Handler::BusDisconnect();
|
||||
AzFramework::EntityDebugDisplayEventBus::Handler::BusDisconnect();
|
||||
m_displayCallback = nullptr;
|
||||
|
||||
Vendored
+1
-1
@@ -471,7 +471,7 @@ try {
|
||||
}
|
||||
} else {
|
||||
// Non-PR builds
|
||||
choice(defaultValue: DEFAULT_BUILD_SNAPSHOT, name: 'SNAPSHOT', choices: BUILD_SNAPSHOTS, description: 'Selects the build snapshot to use. A more diverted snapshot will cause longer build times, but will not cause build failures.')
|
||||
pipelineParameters.add(choice(defaultValue: DEFAULT_BUILD_SNAPSHOT, name: 'SNAPSHOT', choices: BUILD_SNAPSHOTS, description: 'Selects the build snapshot to use. A more diverted snapshot will cause longer build times, but will not cause build failures.'))
|
||||
snapshot = env.SNAPSHOT
|
||||
echo "Snapshot \"${snapshot}\" selected."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user