mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-23 12:07:57 +03:00
Mac uses this call's too (waiting before I rip out older methods)
This commit is contained in:
parent
227aeee904
commit
ff1d866374
@ -32,7 +32,7 @@ namespace Facepunch.Steamworks
|
||||
}
|
||||
|
||||
IsUnity = true;
|
||||
UseThisCall = SteamNative.Platform.Os == OperatingSystem.Windows || SteamNative.Platform.Os == OperatingSystem.Linux;
|
||||
UseThisCall = true;
|
||||
|
||||
Console.WriteLine( "Facepunch.Steamworks Unity: " + platform );
|
||||
Console.WriteLine( "Facepunch.Steamworks Os: " + SteamNative.Platform.Os );
|
||||
|
Loading…
x
Reference in New Issue
Block a user