View model improvements, load world checkpoints for more config options

This commit is contained in:
John Gross
2017-12-03 09:34:28 -08:00
parent 930f1d43e0
commit 1be1c938cc
25 changed files with 1284 additions and 602 deletions

View File

@@ -59,7 +59,7 @@ namespace Torch.Server
_config = config;
Dispatcher.Invoke(() =>
{
InstancePathBox.Text = config.InstancePath;
//InstancePathBox.Text = config.InstancePath;
});
}