This commit is contained in:
iAmAsval 2021-11-21 02:02:00 +01:00
parent c12a393f22
commit c62d3f691e
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1c5654417460d291f7b80c056f1c54412c292bc8
Subproject commit c1fbac1c5729fb541d36546f4ff32cbfa347e741

View File

@ -48,6 +48,7 @@ namespace FModel.Views
{
_applicationView.ModelViewer.Clear();
_applicationView.ModelViewer.AppendMode = false;
_applicationView.CUE4Parse.ModelIsSwappingMaterial = false;
MyAntiCrashGroup.ItemsSource = null; // <3
}