mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
SyncDictionary: Fixed typo in comment
This commit is contained in:
parent
7671bde0bf
commit
c54bd2c4f1
@ -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