Skip to content

Commit e6b5a0d

Browse files
committed
bump version: 76
Fixes issues with macOS and the new scene preloading mechanism resulting from arm64 vs x64 and file paths. Also more gracefully falls back on failure to use the new mechanism.
1 parent 8218db4 commit e6b5a0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assembly-CSharp/ModHooks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Modding
2525
public class ModHooks
2626
{
2727
// Make sure this is in sync with `/moddingapi.version`.
28-
private const int _modVersion = 75;
28+
private const int _modVersion = 76;
2929

3030
private static readonly string SettingsPath = Path.Combine(Application.persistentDataPath, "ModdingApi.GlobalSettings.json");
3131

moddingapi.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v75
1+
v76

0 commit comments

Comments
 (0)