mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23:43 +01:00
Fix IMC import sanity check.
This commit is contained in:
parent
1e1637f0e7
commit
5e9c7f7eac
2 changed files with 2 additions and 2 deletions
2
OtterGui
2
OtterGui
|
|
@ -1 +1 @@
|
|||
Subproject commit 2b79faacff30a31e9ad4b0a3c5d57ffd6e34cfa4
|
||||
Subproject commit c53955cb6199dd418c5a9538d3251ac5942e7067
|
||||
|
|
@ -186,7 +186,7 @@ public class ImcModGroup(Mod mod) : IModGroup
|
|||
return null;
|
||||
}
|
||||
|
||||
var rollingMask = ret.DefaultEntry.AttributeMask;
|
||||
var rollingMask = 0ul;
|
||||
if (options != null)
|
||||
foreach (var child in options.Children())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue