mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-16 15:37:31 +00:00
[Bind] Fixed an issue where CLS-compliance was incorrectly overriden
This commit is contained in:
parent
e0a3b73130
commit
093dd1d1ca
|
@ -53,7 +53,7 @@ namespace Bind.Structures
|
||||||
DeprecatedVersion = d.DeprecatedVersion;
|
DeprecatedVersion = d.DeprecatedVersion;
|
||||||
EntryPoint = d.EntryPoint;
|
EntryPoint = d.EntryPoint;
|
||||||
Obsolete = d.Obsolete;
|
Obsolete = d.Obsolete;
|
||||||
CLSCompliant = d.CLSCompliant;
|
cls_compliance_overriden = d.cls_compliance_overriden;
|
||||||
Slot = d.Slot;
|
Slot = d.Slot;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue