mirror of
https://github.com/godotengine/godot.git
synced 2026-03-31 21:35:13 +00:00
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`.
31 KiB
31 KiB