mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
SyncDictionary: Fixed typo in comment
This commit is contained in:
parent
188a41073f
commit
3e0a6ae64e
@ -30,7 +30,7 @@ struct Change
|
|||||||
|
|
||||||
// list of changes.
|
// list of changes.
|
||||||
// -> insert/delete/clear is only ONE change
|
// -> insert/delete/clear is only ONE change
|
||||||
// -> changing the same slot 10x caues 10 changes.
|
// -> changing the same slot 10x causes 10 changes.
|
||||||
// -> note that this grows until next sync(!)
|
// -> note that this grows until next sync(!)
|
||||||
// TODO Dictionary<key, change> to avoid ever growing changes / redundant changes!
|
// TODO Dictionary<key, change> to avoid ever growing changes / redundant changes!
|
||||||
readonly List<Change> changes = new List<Change>();
|
readonly List<Change> changes = new List<Change>();
|
||||||
|
Loading…
Reference in New Issue
Block a user