Fix GameObject.Name length

This commit is contained in:
Raymond 2021-08-22 10:57:26 -04:00
parent 2c0337762a
commit 69561fe407

View file

@ -92,7 +92,7 @@ namespace Dalamud.Game.ClientState.Objects.Types
/// <summary>
/// Gets the name of this <see cref="GameObject" />.
/// </summary>
public SeString Name => MemoryHelper.ReadSeString((IntPtr)this.Struct->Name, 32);
public SeString Name => MemoryHelper.ReadSeString((IntPtr)this.Struct->Name, 64);
/// <summary>
/// Gets the object ID of this <see cref="GameObject" />.