mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Remove VariantHasher and VariantComparator in favour of specializing HashMapHasherDefault and HashMapComparatorDefault.
This commit is contained in:
parent
c01c7b800d
commit
d2ee378d1c
12 changed files with 24 additions and 37 deletions
|
|
@ -458,7 +458,7 @@ class TextServerFallback : public TextServerExtension {
|
|||
Rect2 rect;
|
||||
double baseline = 0;
|
||||
};
|
||||
HashMap<Variant, EmbeddedObject, VariantHasher, VariantComparator> objects;
|
||||
HashMap<Variant, EmbeddedObject> objects;
|
||||
|
||||
/* Shaped data */
|
||||
TextServer::Direction para_direction = DIRECTION_LTR; // Detected text direction.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue