TrueCraft/TrueCraft.Client
yankejustin 3830061005 Don't bother clearing the Dictionary
We disposed of the pairs' values. Just remove the reference and let the
garbage collector collect the rest. By calling clear, we are just
wasting our time "removing" the items that the garbage collector would
have to do anyways. Essentially this call just takes up time without
reason.
2015-08-07 14:38:09 -04:00
..
2015-05-30 16:45:43 -06:00
2015-06-14 11:33:18 -04:00
2015-07-06 19:30:51 -06:00
2015-07-03 01:53:55 -04:00
2015-07-06 19:30:51 -06:00
2015-07-03 01:53:16 -04:00