diff options
Diffstat (limited to 'modules/bullet/joint_bullet.h')
| -rw-r--r-- | modules/bullet/joint_bullet.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bullet/joint_bullet.h b/modules/bullet/joint_bullet.h index c840eb8f14..9cb8aab276 100644 --- a/modules/bullet/joint_bullet.h +++ b/modules/bullet/joint_bullet.h @@ -32,7 +32,7 @@  #define JOINT_BULLET_H  #include "constraint_bullet.h" -#include "servers/physics_server.h" +#include "servers/physics_server_3d.h"  /**  	@author AndreaCatania @@ -47,6 +47,6 @@ public:  	JointBullet();  	virtual ~JointBullet(); -	virtual PhysicsServer::JointType get_type() const = 0; +	virtual PhysicsServer3D::JointType get_type() const = 0;  };  #endif  |