mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-20 14:57:50 +01:00
Add support for Global EQP Changes.
This commit is contained in:
parent
f9527970cb
commit
ed083f2a4c
15 changed files with 471 additions and 133 deletions
|
|
@ -187,6 +187,9 @@ public partial class TexToolsMeta
|
|||
b.Write(manip.Gmp.Entry.UnknownTotal);
|
||||
}
|
||||
|
||||
break;
|
||||
case MetaManipulation.Type.GlobalEqp:
|
||||
// Not Supported
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue