We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5eb38d commit 1970cc2Copy full SHA for 1970cc2
src/xrGame/PhysicsShellHolder.h
@@ -47,7 +47,7 @@ class CPhysicsShellHolder : public CGameObject,
47
virtual bool ActivationSpeedOverriden(Fvector& dest, bool clear_override) { return false; }
48
IC CPhysicsShell*& PPhysicsShell() { return m_pPhysicsShell; }
49
IC CPhysicsShellHolder* PhysicsShellHolder() { return this; }
50
- virtual const IObjectPhysicsCollision* physics_collision() {}
+ virtual const IObjectPhysicsCollision* physics_collision();
51
virtual const IPhysicsShell* physics_shell() const;
52
virtual IPhysicsShell* physics_shell();
53
virtual const IPhysicsElement* physics_character() const;
0 commit comments