mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Small pap resolving fixes.
This commit is contained in:
parent
cf79f47e08
commit
be84b36319
2 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue