use correct gauge pointer

This commit is contained in:
goat 2024-11-15 19:31:41 +01:00 committed by GitHub
parent a93c54340c
commit bbaf600856
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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