Use GetRaptureAtkModule() rather than the offset.

This commit is contained in:
liam 2022-01-25 10:01:31 -05:00
parent 8624c6cffa
commit 5f4f067c24

View file

@ -138,7 +138,7 @@ namespace Dalamud.Game.Gui.FlyText
return;
// Get the number and string arrays we need
var atkArrayDataHolder = ui->RaptureAtkModule.AtkModule.AtkArrayDataHolder;
var atkArrayDataHolder = ui->GetRaptureAtkModule()->AtkModule.AtkArrayDataHolder;
var numArray = atkArrayDataHolder._NumberArrays[numIndex];
var strArray = atkArrayDataHolder._StringArrays[strIndex];