Rename SetUnknown84 to SetNotificationObject (#1474)

This commit is contained in:
Florian Kaiser
2025-05-12 17:20:38 +02:00
committed by GitHub
parent 81f28f149f
commit e59345c88c
7 changed files with 24 additions and 24 deletions

View File

@@ -261,7 +261,7 @@ MxResult MxBackgroundAudioManager::PlayMusic(
m_action2.SetAtomId(p_action.GetAtomId());
m_action2.SetObjectId(p_action.GetObjectId());
m_action2.SetUnknown84(this);
m_action2.SetNotificationObject(this);
m_action2.SetOrigin(this);
MxResult result = Start(&m_action2);