Fix MacOS project compile error

This commit is contained in:
EvilFactory
2022-10-05 12:57:16 -03:00
parent abec71bcf8
commit 73720a07be

View File

@@ -18,7 +18,7 @@ namespace Barotrauma
#if OSX
//"/*user*/Library/Application Support/Daedalic Entertainment GmbH/" on Mac
public static readonly string SaveFolder = Path.Combine(
public static string SaveFolder = Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.Personal),
"Library",
"Application Support",