Net 4.8 upgrade (#27)
* Framework 4.8 Upgrade and small memory access change * update tests to 4.8 * update mod_id for torch mod
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Torch.Mod
|
||||
[MySessionComponentDescriptor(MyUpdateOrder.AfterSimulation)]
|
||||
public class TorchModCore : MySessionComponentBase
|
||||
{
|
||||
public const ulong MOD_ID = 1406994352;
|
||||
public const ulong MOD_ID = 2722000298;
|
||||
private static bool _init;
|
||||
public static bool Debug;
|
||||
|
||||
|
Reference in New Issue
Block a user