mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 13:01:03 +00:00
Maintain Obsolete property when cloning a function
This commit is contained in:
parent
cc25916f14
commit
ac52bd9783
|
@ -36,6 +36,7 @@ namespace Bind.Structures
|
|||
Parameters = new ParameterCollection(f.Parameters);
|
||||
ReturnType = new Type(f.ReturnType);
|
||||
TrimmedName = f.TrimmedName;
|
||||
Obsolete = f.Obsolete;
|
||||
Body.AddRange(f.Body);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue