mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-24 13:45:37 +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 @@ public static void ForUnity( string platform )
|
|||||||
}
|
}
|
||||||
|
|
||||||
IsUnity = true;
|
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 Unity: " + platform );
|
||||||
Console.WriteLine( "Facepunch.Steamworks Os: " + SteamNative.Platform.Os );
|
Console.WriteLine( "Facepunch.Steamworks Os: " + SteamNative.Platform.Os );
|
||||||
|
Loading…
Reference in New Issue
Block a user