Assorted bug fixes, remove dead Torch.Launcher project
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user