mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
smh (#1921)
This commit is contained in:
parent
823ec47d67
commit
b2089ab667
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ internal sealed class GamePathSharedImmediateTexture : SharedImmediateTexture
|
|||
try
|
||||
{
|
||||
file =
|
||||
Path.IsPathRooted(this.path)
|
||||
Path.IsPathRooted(substPath)
|
||||
? dm.GameData.GetFileFromDisk<TexFile>(substPath, this.path)
|
||||
: dm.GetFile<TexFile>(substPath) ??
|
||||
throw new FileNotFoundException("Game file not found.", substPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue