mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 15:18:07 +03:00
Removed unused
This commit is contained in:
parent
3f88106c0b
commit
19faf2f7dd
@ -29,16 +29,5 @@ namespace Steamworks
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
public const int StructPackSize = 4;
|
public const int StructPackSize = 4;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public static int MemoryOffset( int memLocation )
|
|
||||||
{
|
|
||||||
#if PLATFORM_64
|
|
||||||
return memLocation;
|
|
||||||
#else
|
|
||||||
return memLocation / 2;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user