mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +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/>
|
/// <inheritdoc/>
|
||||||
public unsafe IntPtr Address => (nint)(&CSJobGaugeManager.Instance()->CurrentGauge);
|
public unsafe IntPtr Address => (nint)(CSJobGaugeManager.Instance()->CurrentGauge);
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public T Get<T>() where T : JobGaugeBase
|
public T Get<T>() where T : JobGaugeBase
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue