mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(DetectFileType): removed 'new' qualifier.
This commit is contained in:
parent
c364325dad
commit
721a644f42
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user