mirror of
https://github.com/4sval/FModel.git
synced 2026-09-24 18:24:10 -05:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user