mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-02 13:53:42 +01:00
Disable the required ShadersKnown for the time being.
This commit is contained in:
parent
f89eea721f
commit
710f39768b
1 changed files with 2 additions and 1 deletions
|
|
@ -691,8 +691,9 @@ public partial class ModEditWindow
|
||||||
_edit._characterBaseDestructor.Unsubscribe(UnbindFromDrawObjectMaterialInstances);
|
_edit._characterBaseDestructor.Unsubscribe(UnbindFromDrawObjectMaterialInstances);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO Readd ShadersKnown
|
||||||
public bool Valid
|
public bool Valid
|
||||||
=> ShadersKnown && Mtrl.Valid;
|
=> (true || ShadersKnown) && Mtrl.Valid;
|
||||||
|
|
||||||
public byte[] Write()
|
public byte[] Write()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue