Assorted bug fixes, remove dead Torch.Launcher project

This commit is contained in:
John Gross
2017-06-29 12:02:36 -07:00
parent 4b4a069adb
commit c220f899a3
43 changed files with 289 additions and 867 deletions

View File

@@ -29,7 +29,7 @@ namespace Torch.Server.Views.Entities
private void VoxelMapView_DataContextChanged(object sender, DependencyPropertyChangedEventArgs e)
{
((VoxelMapViewModel)e.NewValue).UpdateAttachedGrids();
Task.Run(() => ((VoxelMapViewModel)e.NewValue).UpdateAttachedGrids()).Wait();
}
}
}