mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 03:47:02 +00:00
9d2e8f2f27
The underscore prefix was used to avoid the conflict between the `RID` class name and the matching enum value in `Variant::Type`. This can be fixed differently by prefixing uses of the `RID` class in `Variant` with the scope resolution operator, as done already for `AABB`.