Compile fix

This commit is contained in:
Garry Newman 2020-03-31 08:28:35 +01:00
parent a0974e9ba3
commit abb4b7f6b6

View File

@ -98,7 +98,7 @@ namespace Steamworks
if ( _properties!= null && _properties.TryGetValue( name, out string val ) )
return val;
uint _ = (uint)Helpers.MaxMemorySize;
uint _ = (uint)Helpers.MemoryBufferSize;
if ( !SteamInventory.Internal.GetItemDefinitionProperty( Id, name, out var vl, ref _ ) )
return null;