mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
Add fallback path
This commit is contained in:
parent
733f79b5cb
commit
b2223a643f
1 changed files with 3 additions and 0 deletions
|
|
@ -96,6 +96,9 @@ internal static unsafe class ReShadePeeler
|
|||
changed = true;
|
||||
break;
|
||||
}
|
||||
|
||||
if (!changed)
|
||||
break;
|
||||
}
|
||||
|
||||
return changed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue