rename from Set<> to Sets<>

This commit is contained in:
2020-09-21 11:55:02 +08:00
parent 303c715078
commit 35b522a992
5 changed files with 7 additions and 7 deletions

View File

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