Skip to content

Commit

Permalink
Fixup SteamNetworkingConfigValue_t
Browse files Browse the repository at this point in the history
  • Loading branch information
rlabrecque committed Apr 15, 2020
1 parent 455741e commit 4aa0ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public struct OptionValue
public float m_float;

[FieldOffset(0)]
public string m_string; // Points to your '\0'-terminated buffer
public IntPtr m_string; // Points to your '\0'-terminated buffer

[FieldOffset(0)]
public IntPtr m_functionPtr;
Expand Down

0 comments on commit 4aa0ee8

Please sign in to comment.