diff --git a/CUE4Parse b/CUE4Parse index 1c565441..c1fbac1c 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 1c5654417460d291f7b80c056f1c54412c292bc8 +Subproject commit c1fbac1c5729fb541d36546f4ff32cbfa347e741 diff --git a/FModel/Views/ModelViewer.xaml.cs b/FModel/Views/ModelViewer.xaml.cs index c71b1c78..09853c6b 100644 --- a/FModel/Views/ModelViewer.xaml.cs +++ b/FModel/Views/ModelViewer.xaml.cs @@ -48,6 +48,7 @@ namespace FModel.Views { _applicationView.ModelViewer.Clear(); _applicationView.ModelViewer.AppendMode = false; + _applicationView.CUE4Parse.ModelIsSwappingMaterial = false; MyAntiCrashGroup.ItemsSource = null; // <3 }