Add explanatory comment to broadcast fixture.

Signed-off-by: John <jonawals@amazon.com>
This commit is contained in:
John
2021-10-04 09:53:36 +01:00
parent 8c55107e07
commit d5dcd3c74a
@@ -157,6 +157,7 @@ namespace UnitTest
m_handlerIds.resize(ViewportEditorModes::NumEditorModes);
for (auto mode = 0; mode < ViewportEditorModes::NumEditorModes; mode++)
{
// Create a random GUID for each handler and associate that GUID with an index derived from one of the possible editor modes
m_handlerIds[mode] = TrackerId::CreateRandom();
m_editorModeHandlers[mode] = AZStd::make_unique<ViewportEditorModeNotificationsBusHandler>(m_handlerIds[mode]);
}