mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-23 12:07:57 +03:00
Apparently Linux needs ThisCall's too now
This commit is contained in:
parent
9270eaef07
commit
227aeee904
@ -32,7 +32,7 @@ namespace Facepunch.Steamworks
|
||||
}
|
||||
|
||||
IsUnity = true;
|
||||
UseThisCall = SteamNative.Platform.Os == OperatingSystem.Windows;
|
||||
UseThisCall = SteamNative.Platform.Os == OperatingSystem.Windows || SteamNative.Platform.Os == OperatingSystem.Linux;
|
||||
|
||||
Console.WriteLine( "Facepunch.Steamworks Unity: " + platform );
|
||||
Console.WriteLine( "Facepunch.Steamworks Os: " + SteamNative.Platform.Os );
|
||||
|
Loading…
x
Reference in New Issue
Block a user