diff --git a/ArcFormats/TopCat/ArcTCD3.cs b/ArcFormats/TopCat/ArcTCD3.cs index 03ecaf5b..78fea8fb 100644 --- a/ArcFormats/TopCat/ArcTCD3.cs +++ b/ArcFormats/TopCat/ArcTCD3.cs @@ -60,7 +60,7 @@ namespace GameRes.Formats.TopCat Offset = offset; } - new private static IResource DetectFileType (ArcView file, long offset) + private static IResource DetectFileType (ArcView file, long offset) { uint signature = file.View.ReadUInt32 (offset); return FormatCatalog.Instance.LookupSignature (signature).FirstOrDefault();