mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +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
|
try
|
||||||
{
|
{
|
||||||
file =
|
file =
|
||||||
Path.IsPathRooted(this.path)
|
Path.IsPathRooted(substPath)
|
||||||
? dm.GameData.GetFileFromDisk<TexFile>(substPath, this.path)
|
? dm.GameData.GetFileFromDisk<TexFile>(substPath, this.path)
|
||||||
: dm.GetFile<TexFile>(substPath) ??
|
: dm.GetFile<TexFile>(substPath) ??
|
||||||
throw new FileNotFoundException("Game file not found.", substPath);
|
throw new FileNotFoundException("Game file not found.", substPath);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue