mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-17 16:31:55 +00:00
Minor comment fix.
This commit is contained in:
parent
9848b51089
commit
772e987c2b
|
@ -213,7 +213,7 @@ namespace Bind
|
|||
return s;
|
||||
}
|
||||
|
||||
// Merges the specified enum collections.
|
||||
// Merges the specified delegate collections.
|
||||
internal static void Merge(DelegateCollection delegates, DelegateCollection new_delegates)
|
||||
{
|
||||
foreach (var d in new_delegates)
|
||||
|
|
Loading…
Reference in a new issue