Skip to content

Commit

Permalink
[VM] Testing Something for next build
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed May 23, 2019
1 parent 8f198d9 commit a2fb198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TSOClient/tso.client/TSOGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ protected override void Initialize()
FSO.Content.Content.TS1HybridBasePath = GlobalSettings.Default.TS1HybridPath;
FSO.Content.Content.InitBasic(GlobalSettings.Default.StartupPath, GraphicsDevice);
FSO.SimAntics.VMAvatar.MissingIconProvider = FSO.Client.UI.Model.UIIconCache.GetObject;
FSO.SimAntics.VM.TestBinding = "Value";
//VMContext.InitVMConfig();
base.Initialize();

Expand Down
2 changes: 2 additions & 0 deletions TSOClient/tso.simantics/VM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public static bool UseWorld
}
}

public static string TestBinding;

public bool IsServer
{
get { return GlobalLink != null; }
Expand Down

0 comments on commit a2fb198

Please sign in to comment.