there are a lot of new problems

it crashes because of Avalon sometimes, ImGui isn't stable sometimes, icon display name is not centered anymore, still mouse and keyboard somtime freeze
This commit is contained in:
4sval
2022-08-30 00:58:07 +02:00
parent 9b5bbd976d
commit cfc1a31fc7
9 changed files with 142 additions and 82 deletions

View File

@@ -753,8 +753,8 @@ public class CUE4ParseViewModel : ViewModel
export.Owner.Name.EndsWith($"/RenderSwitch_Materials/{export.Name}", StringComparison.OrdinalIgnoreCase) ||
export.Owner.Name.EndsWith($"/MI_BPTile/{export.Name}", StringComparison.OrdinalIgnoreCase))):
{
var snooper = new Snooper(export);
snooper.Run();
var snooper = new Snooper();
snooper.Run(export);
return true;
}
case UMaterialInstance m when ModelIsOverwritingMaterial: