summaryrefslogtreecommitdiff
path: root/servers/physics_3d/godot_physics_server_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'servers/physics_3d/godot_physics_server_3d.h')
-rw-r--r--servers/physics_3d/godot_physics_server_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics_3d/godot_physics_server_3d.h b/servers/physics_3d/godot_physics_server_3d.h
index 65c53084ac..1d57451925 100644
--- a/servers/physics_3d/godot_physics_server_3d.h
+++ b/servers/physics_3d/godot_physics_server_3d.h
@@ -54,7 +54,7 @@ class GodotPhysicsServer3D : public PhysicsServer3D {
bool flushing_queries = false;
GodotStep3D *stepper = nullptr;
- RBSet<const GodotSpace3D *> active_spaces;
+ HashSet<const GodotSpace3D *> active_spaces;
mutable RID_PtrOwner<GodotShape3D, true> shape_owner;
mutable RID_PtrOwner<GodotSpace3D, true> space_owner;