mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
use correct gauge pointer
This commit is contained in:
parent
a93c54340c
commit
bbaf600856
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ internal class JobGauges : IServiceType, IJobGauges
|
|||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public unsafe IntPtr Address => (nint)(&CSJobGaugeManager.Instance()->CurrentGauge);
|
||||
public unsafe IntPtr Address => (nint)(CSJobGaugeManager.Instance()->CurrentGauge);
|
||||
|
||||
/// <inheritdoc/>
|
||||
public T Get<T>() where T : JobGaugeBase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue