Small pap resolving fixes.

This commit is contained in:
Ottermandias 2022-06-04 20:47:29 +02:00
parent cf79f47e08
commit be84b36319
2 changed files with 9 additions and 9 deletions

View file

@ -72,10 +72,10 @@ public partial class PathResolver : IDisposable
return false;
}
private bool HandlePapFile( ResourceType type, Utf8GamePath gamePath, out ModCollection? collection )
private bool HandlePapFile( ResourceType type, Utf8GamePath _, out ModCollection? collection )
{
if( type is ResourceType.Pap or ResourceType.Tmb
&& _animationLoadCollection != null)
&& _animationLoadCollection != null )
{
collection = _animationLoadCollection;
return true;