File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ class JoltPhysicsServer3D final : public PhysicsServer3D {
47
47
48
48
inline static JoltPhysicsServer3D *singleton = nullptr ;
49
49
50
- mutable RID_PtrOwner<JoltSpace3D> space_owner;
51
- mutable RID_PtrOwner<JoltArea3D> area_owner;
52
- mutable RID_PtrOwner<JoltBody3D> body_owner;
53
- mutable RID_PtrOwner<JoltSoftBody3D> soft_body_owner;
54
- mutable RID_PtrOwner<JoltShape3D> shape_owner;
55
- mutable RID_PtrOwner<JoltJoint3D> joint_owner;
50
+ mutable RID_PtrOwner<JoltSpace3D, true > space_owner;
51
+ mutable RID_PtrOwner<JoltArea3D, true > area_owner;
52
+ mutable RID_PtrOwner<JoltBody3D, true > body_owner;
53
+ mutable RID_PtrOwner<JoltSoftBody3D, true > soft_body_owner;
54
+ mutable RID_PtrOwner<JoltShape3D, true > shape_owner;
55
+ mutable RID_PtrOwner<JoltJoint3D, true > joint_owner;
56
56
57
57
HashSet<JoltSpace3D *> active_spaces;
58
58
You can’t perform that action at this time.
0 commit comments