mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-01-10 03:19:02 +08:00
66f168bc51
the elements in unordered_set are not sorted in any particular order. so when insert point data , it will insert at begin or end or somewhere. so i changed it to list to make sure the last inserted element must be at the end of the list