renamed to SortedSet from SortedSets

This commit is contained in:
2024-11-18 13:19:11 +08:00
parent 2c67990daa
commit 62d370e508
13 changed files with 21 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ namespace hgl
Color4f color;
DeviceBuffer * ubo_color;
SortedSets<TextPrimitive *> tr_sets;
SortedSet<TextPrimitive *> tr_sets;
private: