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