Fix mind-numbingly stupid stack overflow bug
This commit is contained in:
parent
40b68faf14
commit
fbad40cc91
@ -42,7 +42,7 @@ namespace UniversalEditor.Collections.Generic
|
||||
{
|
||||
// the .NET Framework Dictionary`2 implementation handles the "add or update" case
|
||||
// automatically if a non-existent key is specified
|
||||
this[key] = value;
|
||||
base[key] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user