Renamed to SortedSets instead of Sets.

This commit is contained in:
2022-02-08 11:12:17 +08:00
parent f278dfc85a
commit 5712efd7a5
11 changed files with 16 additions and 16 deletions

View File

@@ -99,7 +99,7 @@ namespace hgl
int draw_chars_count; ///<要绘制字符列表
Sets<u32char> alone_chars; ///<不重复字符统计缓冲区
SortedSets<u32char> alone_chars; ///<不重复字符统计缓冲区
TileUVFloatMap alone_chars_uv; ///<所有要绘制字符的uv
struct CharDrawAttr